Html Css Color HEX #B76D1B Pirate Gold

📋 copy color: '#B76D1B'

red 183 ◦ green 109 ◦ blue 27

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

Shades of Pirate Gold #B76D1B

Tints of Pirate Gold #B76D1B

RGB

 RED value IS 183 (71.88% from 255) = 57.37%

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

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

R = 57.37%
G = 34.17%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B76D1B (or 0xB76D1B) is known color: Pirate Gold. HEX triplet: B7, 6D and 1B. RGB value is (183,109,27). Sum of RGB (Red+Green+Blue) = 183+109+27=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D1B is #4892E4. Grayscale: #7A7A7A. Windows color (decimal): -4756197 or 1797559. OLE color: 1797559.

HSL color Cylindrical-coordinate representation of color #B76D1B: hue angle of 31.54º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B76D1B is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 109 27 -
CMYK 0 0.40 0.85 0.28
HSL 31.54º 0.74% 0.41% -
HSV(B) 31.54º 0.85% 0.72% -
XYZ 25.19 21.08 3.78 -
YUV 121.78 74.52 171.67 -
System Red Green Blue C M Y K H S L
Decimal 183 109 27 0 0.40 0.85 0.28 31.54 0.74 0.41
Hex B7 6D 1B 0 28 55 1C 20 4A 29
Octal 267 155 33 0 50 125 34 40 112 51
Binary 10110111 1101101 11011 0 101000 1010101 11100 100000 1001010 101001

Color Harmonies of #B76D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76D1B

Black with #B76D1B

Text Example


Text Example

White with #B76D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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