Html Css Color HEX #B67222 Pirate Gold

📋 copy color: '#B67222'

red 182 ◦ green 114 ◦ blue 34

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

Shades of Pirate Gold #B67222

Tints of Pirate Gold #B67222

RGB

 RED value IS 182 (71.48% from 255) = 55.15%

 GREEN value IS 114 (44.92% from 255) = 34.55%

 BLUE value IS 34 (13.67% from 255) = 10.3%

R = 55.15%
G = 34.55%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B67222 (or 0xB67222) is known color: Pirate Gold. HEX triplet: B6, 72 and 22. RGB value is (182,114,34). Sum of RGB (Red+Green+Blue) = 182+114+34=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B67222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67222 is #498DDD. Grayscale: #7D7D7D. Windows color (decimal): -4820446 or 2257590. OLE color: 2257590.

HSL color Cylindrical-coordinate representation of color #B67222: hue angle of 32.43º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B67222 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 114 34 -
CMYK 0 0.37 0.81 0.29
HSL 32.43º 0.69% 0.42% -
HSV(B) 32.43º 0.81% 0.71% -
XYZ 25.6 22.1 4.43 -
YUV 125.21 76.53 168.5 -
System Red Green Blue C M Y K H S L
Decimal 182 114 34 0 0.37 0.81 0.29 32.43 0.69 0.42
Hex B6 72 22 0 25 51 1D 20 45 2A
Octal 266 162 42 0 45 121 35 40 105 52
Binary 10110110 1110010 100010 0 100101 1010001 11101 100000 1000101 101010

Color Harmonies of #B67222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67222

Black with #B67222

Text Example


Text Example

White with #B67222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67222; }

 p { color: rgb(182,114,34); }

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

background-color css

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

 a { background-color: rgb(182,114,34); }

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

border-color css

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

 span { border-color: rgb(182,114,34); }

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