Html Css Color HEX #B76A1E Pirate Gold

📋 copy color: '#B76A1E'

red 183 ◦ green 106 ◦ blue 30

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

Shades of Pirate Gold #B76A1E

Tints of Pirate Gold #B76A1E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.23%

 BLUE value IS 30 (12.11% from 255) = 9.4%

R = 57.37%
G = 33.23%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B76A1E (or 0xB76A1E) is known color: Pirate Gold. HEX triplet: B7, 6A and 1E. RGB value is (183,106,30). Sum of RGB (Red+Green+Blue) = 183+106+30=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76A1E is #4895E1. Grayscale: #787878. Windows color (decimal): -4756962 or 1993399. OLE color: 1993399.

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

Color convert

RGB 183 106 30 -
CMYK 0 0.42 0.84 0.28
HSL 29.8º 0.72% 0.42% -
HSV(B) 29.8º 0.84% 0.72% -
XYZ 24.92 20.47 3.87 -
YUV 120.36 77.01 172.68 -
System Red Green Blue C M Y K H S L
Decimal 183 106 30 0 0.42 0.84 0.28 29.8 0.72 0.42
Hex B7 6A 1E 0 2A 54 1C 1E 48 2A
Octal 267 152 36 0 52 124 34 36 110 52
Binary 10110111 1101010 11110 0 101010 1010100 11100 11110 1001000 101010

Color Harmonies of #B76A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A1E

Black with #B76A1E

Text Example


Text Example

White with #B76A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A1E; }

 p { color: rgb(183,106,30); }

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

background-color css

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

 a { background-color: rgb(183,106,30); }

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

border-color css

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

 span { border-color: rgb(183,106,30); }

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