Html Css Color HEX #B77115 Pirate Gold

📋 copy color: '#B77115'

red 183 ◦ green 113 ◦ blue 21

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

Shades of Pirate Gold #B77115

Tints of Pirate Gold #B77115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.65%

 BLUE value IS 21 (8.59% from 255) = 6.62%

R = 57.73%
G = 35.65%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B77115 (or 0xB77115) is known color: Pirate Gold. HEX triplet: B7, 71 and 15. RGB value is (183,113,21). Sum of RGB (Red+Green+Blue) = 183+113+21=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B77115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77115 is #488EEA. Grayscale: #7B7B7B. Windows color (decimal): -4755179 or 1405367. OLE color: 1405367.

HSL color Cylindrical-coordinate representation of color #B77115: hue angle of 34.07º degrees, saturation: 0.79, 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 #B77115 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 113 21 -
CMYK 0 0.38 0.89 0.28
HSL 34.07º 0.79% 0.4% -
HSV(B) 34.07º 0.89% 0.72% -
XYZ 25.57 21.93 3.6 -
YUV 123.44 70.19 170.48 -
System Red Green Blue C M Y K H S L
Decimal 183 113 21 0 0.38 0.89 0.28 34.07 0.79 0.4
Hex B7 71 15 0 26 59 1C 22 4F 28
Octal 267 161 25 0 46 131 34 42 117 50
Binary 10110111 1110001 10101 0 100110 1011001 11100 100010 1001111 101000

Color Harmonies of #B77115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77115

Black with #B77115

Text Example


Text Example

White with #B77115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77115; }

 p { color: rgb(183,113,21); }

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

background-color css

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

 a { background-color: rgb(183,113,21); }

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

border-color css

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

 span { border-color: rgb(183,113,21); }

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