Html Css Color HEX #B96E23 Pirate Gold

📋 copy color: '#B96E23'

red 185 ◦ green 110 ◦ blue 35

#B96E23
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pirate Gold #B96E23

Tints of Pirate Gold #B96E23

RGB

 RED value IS 185 (72.66% from 255) = 56.06%

 GREEN value IS 110 (43.36% from 255) = 33.33%

 BLUE value IS 35 (14.06% from 255) = 10.61%

R = 56.06%
G = 33.33%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B96E23 (or 0xB96E23) is known color: Pirate Gold. HEX triplet: B9, 6E and 23. RGB value is (185,110,35). Sum of RGB (Red+Green+Blue) = 185+110+35=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96E23 is #4691DC. Grayscale: #7C7C7C. Windows color (decimal): -4624861 or 2322105. OLE color: 2322105.

HSL color Cylindrical-coordinate representation of color #B96E23: hue angle of 30º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B96E23 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 110 35 -
CMYK 0 0.41 0.81 0.27
HSL 30º 0.68% 0.43% -
HSV(B) 30º 0.81% 0.73% -
XYZ 25.89 21.59 4.39 -
YUV 123.88 77.85 171.6 -
System Red Green Blue C M Y K H S L
Decimal 185 110 35 0 0.41 0.81 0.27 30 0.68 0.43
Hex B9 6E 23 0 29 51 1B 1E 44 2B
Octal 271 156 43 0 51 121 33 36 104 53
Binary 10111001 1101110 100011 0 101001 1010001 11011 11110 1000100 101011

Color Harmonies of #B96E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E23

Black with #B96E23

Text Example


Text Example

White with #B96E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E23; }

 p { color: rgb(185,110,35); }

 H1.HeaderClassName
 {
   color: #B96E23;
 }
 .AnyTagClassName
 {
   color: #B96E23;
 }
</style>

background-color css

<style>
 a { background-color: #B96E23; }

 a { background-color: rgb(185,110,35); }

 div.DivClassName
 {
   background-color: #B96E23;
 }
 .BgClassName
 {
   background-color: #B96E23;
 }
</style>

border-color css

<style>
 span { border-color: #B96E23; }

 span { border-color: rgb(185,110,35); }

 td.TdClassName
 {
   border-color: #B96E23;
 }
 .TagClassName
 {
   border-color: #B96E23;
 }
</style>