Html Css Color HEX #B77918 Pirate Gold

📋 copy color: '#B77918'

red 183 ◦ green 121 ◦ blue 24

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

Shades of Pirate Gold #B77918

Tints of Pirate Gold #B77918

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.89%

 BLUE value IS 24 (9.77% from 255) = 7.32%

R = 55.79%
G = 36.89%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B77918 (or 0xB77918) is known color: Pirate Gold. HEX triplet: B7, 79 and 18. RGB value is (183,121,24). Sum of RGB (Red+Green+Blue) = 183+121+24=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B77918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77918 is #4886E7. Grayscale: #808080. Windows color (decimal): -4753128 or 1604023. OLE color: 1604023.

HSL color Cylindrical-coordinate representation of color #B77918: hue angle of 36.6º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B77918 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 121 24 -
CMYK 0 0.34 0.87 0.28
HSL 36.6º 0.77% 0.41% -
HSV(B) 36.6º 0.87% 0.72% -
XYZ 26.53 23.81 4.06 -
YUV 128.48 69.04 166.89 -
System Red Green Blue C M Y K H S L
Decimal 183 121 24 0 0.34 0.87 0.28 36.6 0.77 0.41
Hex B7 79 18 0 22 57 1C 25 4D 29
Octal 267 171 30 0 42 127 34 45 115 51
Binary 10110111 1111001 11000 0 100010 1010111 11100 100101 1001101 101001

Color Harmonies of #B77918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77918

Black with #B77918

Text Example


Text Example

White with #B77918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77918; }

 p { color: rgb(183,121,24); }

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

background-color css

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

 a { background-color: rgb(183,121,24); }

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

border-color css

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

 span { border-color: rgb(183,121,24); }

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