Html Css Color HEX #B77014 Pirate Gold

📋 copy color: '#B77014'

red 183 ◦ green 112 ◦ blue 20

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

Shades of Pirate Gold #B77014

Tints of Pirate Gold #B77014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.35%

R = 58.1%
G = 35.56%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B77014 (or 0xB77014) is known color: Pirate Gold. HEX triplet: B7, 70 and 14. RGB value is (183,112,20). Sum of RGB (Red+Green+Blue) = 183+112+20=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B77014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77014 is #488FEB. Grayscale: #7B7B7B. Windows color (decimal): -4755436 or 1339575. OLE color: 1339575.

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

Color convert

RGB 183 112 20 -
CMYK 0 0.39 0.89 0.28
HSL 33.87º 0.8% 0.4% -
HSV(B) 33.87º 0.89% 0.72% -
XYZ 25.45 21.71 3.51 -
YUV 122.74 70.02 170.98 -
System Red Green Blue C M Y K H S L
Decimal 183 112 20 0 0.39 0.89 0.28 33.87 0.8 0.4
Hex B7 70 14 0 27 59 1C 22 50 28
Octal 267 160 24 0 47 131 34 42 120 50
Binary 10110111 1110000 10100 0 100111 1011001 11100 100010 1010000 101000

Color Harmonies of #B77014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77014

Black with #B77014

Text Example


Text Example

White with #B77014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77014; }

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

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

background-color css

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

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

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

border-color css

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

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

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