Html Css Color HEX #B06D1B Pirate Gold

📋 copy color: '#B06D1B'

red 176 ◦ green 109 ◦ blue 27

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

Shades of Pirate Gold #B06D1B

Tints of Pirate Gold #B06D1B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.94%

 BLUE value IS 27 (10.94% from 255) = 8.65%

R = 56.41%
G = 34.94%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B06D1B (or 0xB06D1B) is known color: Pirate Gold. HEX triplet: B0, 6D and 1B. RGB value is (176,109,27). Sum of RGB (Red+Green+Blue) = 176+109+27=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D1B is #4F92E4. Grayscale: #787878. Windows color (decimal): -5214949 or 1797552. OLE color: 1797552.

HSL color Cylindrical-coordinate representation of color #B06D1B: hue angle of 33.02º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B06D1B is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 109 27 -
CMYK 0 0.38 0.85 0.31
HSL 33.02º 0.73% 0.4% -
HSV(B) 33.02º 0.85% 0.69% -
XYZ 23.57 20.25 3.7 -
YUV 119.69 75.7 168.17 -
System Red Green Blue C M Y K H S L
Decimal 176 109 27 0 0.38 0.85 0.31 33.02 0.73 0.4
Hex B0 6D 1B 0 26 55 1F 21 49 28
Octal 260 155 33 0 46 125 37 41 111 50
Binary 10110000 1101101 11011 0 100110 1010101 11111 100001 1001001 101000

Color Harmonies of #B06D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D1B

Black with #B06D1B

Text Example


Text Example

White with #B06D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D1B; }

 p { color: rgb(176,109,27); }

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

background-color css

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

 a { background-color: rgb(176,109,27); }

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

border-color css

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

 span { border-color: rgb(176,109,27); }

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