Html Css Color HEX #B06F18 Pirate Gold

📋 copy color: '#B06F18'

red 176 ◦ green 111 ◦ blue 24

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

Shades of Pirate Gold #B06F18

Tints of Pirate Gold #B06F18

RGB

 RED value IS 176 (69.14% from 255) = 56.59%

 GREEN value IS 111 (43.75% from 255) = 35.69%

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

R = 56.59%
G = 35.69%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B06F18 (or 0xB06F18) is known color: Pirate Gold. HEX triplet: B0, 6F and 18. RGB value is (176,111,24). Sum of RGB (Red+Green+Blue) = 176+111+24=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06F18 is #4F90E7. Grayscale: #787878. Windows color (decimal): -5214440 or 1601456. OLE color: 1601456.

HSL color Cylindrical-coordinate representation of color #B06F18: hue angle of 34.34º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B06F18 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 111 24 -
CMYK 0 0.37 0.86 0.31
HSL 34.34º 0.76% 0.39% -
HSV(B) 34.34º 0.86% 0.69% -
XYZ 23.75 20.66 3.6 -
YUV 120.52 73.53 167.57 -
System Red Green Blue C M Y K H S L
Decimal 176 111 24 0 0.37 0.86 0.31 34.34 0.76 0.39
Hex B0 6F 18 0 25 56 1F 22 4C 27
Octal 260 157 30 0 45 126 37 42 114 47
Binary 10110000 1101111 11000 0 100101 1010110 11111 100010 1001100 100111

Color Harmonies of #B06F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F18

Black with #B06F18

Text Example


Text Example

White with #B06F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F18; }

 p { color: rgb(176,111,24); }

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

background-color css

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

 a { background-color: rgb(176,111,24); }

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

border-color css

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

 span { border-color: rgb(176,111,24); }

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