Html Css Color HEX #B76E26 Pirate Gold

📋 copy color: '#B76E26'

red 183 ◦ green 110 ◦ blue 38

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

Shades of Pirate Gold #B76E26

Tints of Pirate Gold #B76E26

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.23%

 BLUE value IS 38 (15.23% from 255) = 11.48%

R = 55.29%
G = 33.23%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B76E26 (or 0xB76E26) is known color: Pirate Gold. HEX triplet: B7, 6E and 26. RGB value is (183,110,38). Sum of RGB (Red+Green+Blue) = 183+110+38=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76E26 is #4891D9. Grayscale: #7B7B7B. Windows color (decimal): -4755930 or 2518711. OLE color: 2518711.

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

Color convert

RGB 183 110 38 -
CMYK 0 0.40 0.79 0.28
HSL 29.79º 0.66% 0.43% -
HSV(B) 29.79º 0.79% 0.72% -
XYZ 25.45 21.36 4.61 -
YUV 123.62 79.68 170.35 -
System Red Green Blue C M Y K H S L
Decimal 183 110 38 0 0.40 0.79 0.28 29.79 0.66 0.43
Hex B7 6E 26 0 28 4F 1C 1E 42 2B
Octal 267 156 46 0 50 117 34 36 102 53
Binary 10110111 1101110 100110 0 101000 1001111 11100 11110 1000010 101011

Color Harmonies of #B76E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76E26

Black with #B76E26

Text Example


Text Example

White with #B76E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76E26; }

 p { color: rgb(183,110,38); }

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

background-color css

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

 a { background-color: rgb(183,110,38); }

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

border-color css

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

 span { border-color: rgb(183,110,38); }

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