Html Css Color HEX #B67918 Pirate Gold

📋 copy color: '#B67918'

red 182 ◦ green 121 ◦ blue 24

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

Shades of Pirate Gold #B67918

Tints of Pirate Gold #B67918

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37%

 BLUE value IS 24 (9.77% from 255) = 7.34%

R = 55.66%
G = 37%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B67918 (or 0xB67918) is known color: Pirate Gold. HEX triplet: B6, 79 and 18. RGB value is (182,121,24). Sum of RGB (Red+Green+Blue) = 182+121+24=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B67918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67918 is #4986E7. Grayscale: #808080. Windows color (decimal): -4818664 or 1604022. OLE color: 1604022.

HSL color Cylindrical-coordinate representation of color #B67918: hue angle of 36.84º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B67918 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 121 24 -
CMYK 0 0.34 0.87 0.29
HSL 36.84º 0.77% 0.4% -
HSV(B) 36.84º 0.87% 0.71% -
XYZ 26.29 23.69 4.05 -
YUV 128.18 69.21 166.39 -
System Red Green Blue C M Y K H S L
Decimal 182 121 24 0 0.34 0.87 0.29 36.84 0.77 0.4
Hex B6 79 18 0 22 57 1D 25 4D 28
Octal 266 171 30 0 42 127 35 45 115 50
Binary 10110110 1111001 11000 0 100010 1010111 11101 100101 1001101 101000

Color Harmonies of #B67918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67918

Black with #B67918

Text Example


Text Example

White with #B67918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67918; }

 p { color: rgb(182,121,24); }

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

background-color css

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

 a { background-color: rgb(182,121,24); }

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

border-color css

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

 span { border-color: rgb(182,121,24); }

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