Html Css Color HEX #B36C1E Pirate Gold

📋 copy color: '#B36C1E'

red 179 ◦ green 108 ◦ blue 30

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

Shades of Pirate Gold #B36C1E

Tints of Pirate Gold #B36C1E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.07%

 BLUE value IS 30 (12.11% from 255) = 9.46%

R = 56.47%
G = 34.07%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B36C1E (or 0xB36C1E) is known color: Pirate Gold. HEX triplet: B3, 6C and 1E. RGB value is (179,108,30). Sum of RGB (Red+Green+Blue) = 179+108+30=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36C1E is #4C93E1. Grayscale: #787878. Windows color (decimal): -5018594 or 1993907. OLE color: 1993907.

HSL color Cylindrical-coordinate representation of color #B36C1E: hue angle of 31.41º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B36C1E is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 108 30 -
CMYK 0 0.40 0.83 0.30
HSL 31.41º 0.71% 0.41% -
HSV(B) 31.41º 0.83% 0.7% -
XYZ 24.19 20.4 3.89 -
YUV 120.34 77.02 169.84 -
System Red Green Blue C M Y K H S L
Decimal 179 108 30 0 0.40 0.83 0.30 31.41 0.71 0.41
Hex B3 6C 1E 0 28 53 1E 1F 47 29
Octal 263 154 36 0 50 123 36 37 107 51
Binary 10110011 1101100 11110 0 101000 1010011 11110 11111 1000111 101001

Color Harmonies of #B36C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36C1E

Black with #B36C1E

Text Example


Text Example

White with #B36C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36C1E; }

 p { color: rgb(179,108,30); }

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

background-color css

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

 a { background-color: rgb(179,108,30); }

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

border-color css

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

 span { border-color: rgb(179,108,30); }

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