Html Css Color HEX #B36A21 Pirate Gold

📋 copy color: '#B36A21'

red 179 ◦ green 106 ◦ blue 33

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

Shades of Pirate Gold #B36A21

Tints of Pirate Gold #B36A21

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.33%

 BLUE value IS 33 (13.28% from 255) = 10.38%

R = 56.29%
G = 33.33%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B36A21 (or 0xB36A21) is known color: Pirate Gold. HEX triplet: B3, 6A and 21. RGB value is (179,106,33). Sum of RGB (Red+Green+Blue) = 179+106+33=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36A21 is #4C95DE. Grayscale: #777777. Windows color (decimal): -5019103 or 2190003. OLE color: 2190003.

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

Color convert

RGB 179 106 33 -
CMYK 0 0.41 0.82 0.30
HSL 30º 0.69% 0.42% -
HSV(B) 30º 0.82% 0.7% -
XYZ 24.02 20 4.03 -
YUV 119.51 79.18 170.44 -
System Red Green Blue C M Y K H S L
Decimal 179 106 33 0 0.41 0.82 0.30 30 0.69 0.42
Hex B3 6A 21 0 29 52 1E 1E 45 2A
Octal 263 152 41 0 51 122 36 36 105 52
Binary 10110011 1101010 100001 0 101001 1010010 11110 11110 1000101 101010

Color Harmonies of #B36A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36A21

Black with #B36A21

Text Example


Text Example

White with #B36A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36A21; }

 p { color: rgb(179,106,33); }

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

background-color css

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

 a { background-color: rgb(179,106,33); }

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

border-color css

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

 span { border-color: rgb(179,106,33); }

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