Html Css Color HEX #B67122 Pirate Gold

📋 copy color: '#B67122'

red 182 ◦ green 113 ◦ blue 34

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

Shades of Pirate Gold #B67122

Tints of Pirate Gold #B67122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.35%

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

R = 55.32%
G = 34.35%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B67122 (or 0xB67122) is known color: Pirate Gold. HEX triplet: B6, 71 and 22. RGB value is (182,113,34). Sum of RGB (Red+Green+Blue) = 182+113+34=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B67122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67122 is #498EDD. Grayscale: #7D7D7D. Windows color (decimal): -4820702 or 2257334. OLE color: 2257334.

HSL color Cylindrical-coordinate representation of color #B67122: hue angle of 32.03º 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 #B67122 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 113 34 -
CMYK 0 0.38 0.81 0.29
HSL 32.03º 0.69% 0.42% -
HSV(B) 32.03º 0.81% 0.71% -
XYZ 25.49 21.87 4.39 -
YUV 124.63 76.86 168.92 -
System Red Green Blue C M Y K H S L
Decimal 182 113 34 0 0.38 0.81 0.29 32.03 0.69 0.42
Hex B6 71 22 0 26 51 1D 20 45 2A
Octal 266 161 42 0 46 121 35 40 105 52
Binary 10110110 1110001 100010 0 100110 1010001 11101 100000 1000101 101010

Color Harmonies of #B67122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67122

Black with #B67122

Text Example


Text Example

White with #B67122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67122; }

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

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

background-color css

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

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

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

border-color css

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

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

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