Html Css Color HEX #B77818 Pirate Gold

📋 copy color: '#B77818'

red 183 ◦ green 120 ◦ blue 24

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

Shades of Pirate Gold #B77818

Tints of Pirate Gold #B77818

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.7%

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

R = 55.96%
G = 36.7%
B = 7.34%

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

#B77818 (or 0xB77818) is known color: Pirate Gold. HEX triplet: B7, 78 and 18. RGB value is (183,120,24). Sum of RGB (Red+Green+Blue) = 183+120+24=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B77818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77818 is #4887E7. Grayscale: #808080. Windows color (decimal): -4753384 or 1603767. OLE color: 1603767.

HSL color Cylindrical-coordinate representation of color #B77818: hue angle of 36.23º 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 #B77818 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 120 24 -
CMYK 0 0.34 0.87 0.28
HSL 36.23º 0.77% 0.41% -
HSV(B) 36.23º 0.87% 0.72% -
XYZ 26.41 23.57 4.02 -
YUV 127.89 69.37 167.31 -
System Red Green Blue C M Y K H S L
Decimal 183 120 24 0 0.34 0.87 0.28 36.23 0.77 0.41
Hex B7 78 18 0 22 57 1C 24 4D 29
Octal 267 170 30 0 42 127 34 44 115 51
Binary 10110111 1111000 11000 0 100010 1010111 11100 100100 1001101 101001

Color Harmonies of #B77818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77818

Black with #B77818

Text Example


Text Example

White with #B77818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77818; }

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

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

background-color css

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

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

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

border-color css

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

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

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