Html Css Color HEX #B67E21 Pirate Gold

📋 copy color: '#B67E21'

red 182 ◦ green 126 ◦ blue 33

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

Shades of Pirate Gold #B67E21

Tints of Pirate Gold #B67E21

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.95%

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

R = 53.37%
G = 36.95%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B67E21 (or 0xB67E21) is known color: Pirate Gold. HEX triplet: B6, 7E and 21. RGB value is (182,126,33). Sum of RGB (Red+Green+Blue) = 182+126+33=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67E21 is #4981DE. Grayscale: #848484. Windows color (decimal): -4817375 or 2195126. OLE color: 2195126.

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

Color convert

RGB 182 126 33 -
CMYK 0 0.31 0.82 0.29
HSL 37.45º 0.69% 0.42% -
HSV(B) 37.45º 0.82% 0.71% -
XYZ 27.03 24.98 4.84 -
YUV 132.14 72.05 163.56 -
System Red Green Blue C M Y K H S L
Decimal 182 126 33 0 0.31 0.82 0.29 37.45 0.69 0.42
Hex B6 7E 21 0 1F 52 1D 25 45 2A
Octal 266 176 41 0 37 122 35 45 105 52
Binary 10110110 1111110 100001 0 11111 1010010 11101 100101 1000101 101010

Color Harmonies of #B67E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67E21

Black with #B67E21

Text Example


Text Example

White with #B67E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67E21; }

 p { color: rgb(182,126,33); }

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

background-color css

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

 a { background-color: rgb(182,126,33); }

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

border-color css

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

 span { border-color: rgb(182,126,33); }

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