Html Css Color HEX #B77428 Pirate Gold

📋 copy color: '#B77428'

red 183 ◦ green 116 ◦ blue 40

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

Shades of Pirate Gold #B77428

Tints of Pirate Gold #B77428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

 BLUE value IS 40 (16.02% from 255) = 11.8%

R = 53.98%
G = 34.22%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B77428 (or 0xB77428) is known color: Pirate Gold. HEX triplet: B7, 74 and 28. RGB value is (183,116,40). Sum of RGB (Red+Green+Blue) = 183+116+40=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B77428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77428 is #488BD7. Grayscale: #7F7F7F. Windows color (decimal): -4754392 or 2651319. OLE color: 2651319.

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

Color convert

RGB 183 116 40 -
CMYK 0 0.37 0.78 0.28
HSL 31.89º 0.64% 0.44% -
HSV(B) 31.89º 0.78% 0.72% -
XYZ 26.16 22.71 5.01 -
YUV 127.37 78.7 167.68 -
System Red Green Blue C M Y K H S L
Decimal 183 116 40 0 0.37 0.78 0.28 31.89 0.64 0.44
Hex B7 74 28 0 25 4E 1C 20 40 2C
Octal 267 164 50 0 45 116 34 40 100 54
Binary 10110111 1110100 101000 0 100101 1001110 11100 100000 1000000 101100

Color Harmonies of #B77428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77428

Black with #B77428

Text Example


Text Example

White with #B77428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77428; }

 p { color: rgb(183,116,40); }

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

background-color css

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

 a { background-color: rgb(183,116,40); }

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

border-color css

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

 span { border-color: rgb(183,116,40); }

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