Html Css Color HEX #B36D23 Pirate Gold

📋 copy color: '#B36D23'

red 179 ◦ green 109 ◦ blue 35

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

Shades of Pirate Gold #B36D23

Tints of Pirate Gold #B36D23

RGB

 RED value IS 179 (70.31% from 255) = 55.42%

 GREEN value IS 109 (42.97% from 255) = 33.75%

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

R = 55.42%
G = 33.75%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B36D23 (or 0xB36D23) is known color: Pirate Gold. HEX triplet: B3, 6D and 23. RGB value is (179,109,35). Sum of RGB (Red+Green+Blue) = 179+109+35=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36D23 is #4C92DC. Grayscale: #797979. Windows color (decimal): -5018333 or 2321843. OLE color: 2321843.

HSL color Cylindrical-coordinate representation of color #B36D23: hue angle of 30.83º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B36D23 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 109 35 -
CMYK 0 0.39 0.80 0.30
HSL 30.83º 0.67% 0.42% -
HSV(B) 30.83º 0.8% 0.7% -
XYZ 24.36 20.64 4.29 -
YUV 121.49 79.19 169.02 -
System Red Green Blue C M Y K H S L
Decimal 179 109 35 0 0.39 0.80 0.30 30.83 0.67 0.42
Hex B3 6D 23 0 27 50 1E 1F 43 2A
Octal 263 155 43 0 47 120 36 37 103 52
Binary 10110011 1101101 100011 0 100111 1010000 11110 11111 1000011 101010

Color Harmonies of #B36D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36D23

Black with #B36D23

Text Example


Text Example

White with #B36D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36D23; }

 p { color: rgb(179,109,35); }

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

background-color css

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

 a { background-color: rgb(179,109,35); }

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

border-color css

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

 span { border-color: rgb(179,109,35); }

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