Html Css Color HEX #B77027 Pirate Gold

📋 copy color: '#B77027'

red 183 ◦ green 112 ◦ blue 39

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

Shades of Pirate Gold #B77027

Tints of Pirate Gold #B77027

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

 BLUE value IS 39 (15.63% from 255) = 11.68%

R = 54.79%
G = 33.53%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B77027 (or 0xB77027) is known color: Pirate Gold. HEX triplet: B7, 70 and 27. RGB value is (183,112,39). Sum of RGB (Red+Green+Blue) = 183+112+39=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B77027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77027 is #488FD8. Grayscale: #7D7D7D. Windows color (decimal): -4755417 or 2584759. OLE color: 2584759.

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

Color convert

RGB 183 112 39 -
CMYK 0 0.39 0.79 0.28
HSL 30.42º 0.65% 0.44% -
HSV(B) 30.42º 0.79% 0.72% -
XYZ 25.69 21.8 4.77 -
YUV 124.91 79.52 169.44 -
System Red Green Blue C M Y K H S L
Decimal 183 112 39 0 0.39 0.79 0.28 30.42 0.65 0.44
Hex B7 70 27 0 27 4F 1C 1E 41 2C
Octal 267 160 47 0 47 117 34 36 101 54
Binary 10110111 1110000 100111 0 100111 1001111 11100 11110 1000001 101100

Color Harmonies of #B77027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77027

Black with #B77027

Text Example


Text Example

White with #B77027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77027; }

 p { color: rgb(183,112,39); }

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

background-color css

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

 a { background-color: rgb(183,112,39); }

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

border-color css

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

 span { border-color: rgb(183,112,39); }

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