Html Css Color HEX #B77012 Pirate Gold

📋 copy color: '#B77012'

red 183 ◦ green 112 ◦ blue 18

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

Shades of Pirate Gold #B77012

Tints of Pirate Gold #B77012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.75%

R = 58.47%
G = 35.78%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B77012 (or 0xB77012) is known color: Pirate Gold. HEX triplet: B7, 70 and 12. RGB value is (183,112,18). Sum of RGB (Red+Green+Blue) = 183+112+18=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B77012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77012 is #488FED. Grayscale: #7A7A7A. Windows color (decimal): -4755438 or 1208503. OLE color: 1208503.

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

Color convert

RGB 183 112 18 -
CMYK 0 0.39 0.90 0.28
HSL 34.18º 0.82% 0.39% -
HSV(B) 34.18º 0.9% 0.72% -
XYZ 25.43 21.7 3.42 -
YUV 122.51 69.02 171.14 -
System Red Green Blue C M Y K H S L
Decimal 183 112 18 0 0.39 0.90 0.28 34.18 0.82 0.39
Hex B7 70 12 0 27 5A 1C 22 52 27
Octal 267 160 22 0 47 132 34 42 122 47
Binary 10110111 1110000 10010 0 100111 1011010 11100 100010 1010010 100111

Color Harmonies of #B77012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77012

Black with #B77012

Text Example


Text Example

White with #B77012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77012; }

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

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

background-color css

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

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

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

border-color css

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

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

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