Html Css Color HEX #B06F17 Pirate Gold

📋 copy color: '#B06F17'

red 176 ◦ green 111 ◦ blue 23

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

Shades of Pirate Gold #B06F17

Tints of Pirate Gold #B06F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.42%

R = 56.77%
G = 35.81%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B06F17 (or 0xB06F17) is known color: Pirate Gold. HEX triplet: B0, 6F and 17. RGB value is (176,111,23). Sum of RGB (Red+Green+Blue) = 176+111+23=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06F17 is #4F90E8. Grayscale: #787878. Windows color (decimal): -5214441 or 1535920. OLE color: 1535920.

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

Color convert

RGB 176 111 23 -
CMYK 0 0.37 0.87 0.31
HSL 34.51º 0.77% 0.39% -
HSV(B) 34.51º 0.87% 0.69% -
XYZ 23.74 20.66 3.55 -
YUV 120.4 73.03 167.66 -
System Red Green Blue C M Y K H S L
Decimal 176 111 23 0 0.37 0.87 0.31 34.51 0.77 0.39
Hex B0 6F 17 0 25 57 1F 23 4D 27
Octal 260 157 27 0 45 127 37 43 115 47
Binary 10110000 1101111 10111 0 100101 1010111 11111 100011 1001101 100111

Color Harmonies of #B06F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F17

Black with #B06F17

Text Example


Text Example

White with #B06F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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