Html Css Color HEX #B77720 Pirate Gold

📋 copy color: '#B77720'

red 183 ◦ green 119 ◦ blue 32

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

Shades of Pirate Gold #B77720

Tints of Pirate Gold #B77720

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.63%

 BLUE value IS 32 (12.89% from 255) = 9.58%

R = 54.79%
G = 35.63%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B77720 (or 0xB77720) is known color: Pirate Gold. HEX triplet: B7, 77 and 20. RGB value is (183,119,32). Sum of RGB (Red+Green+Blue) = 183+119+32=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B77720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77720 is #4888DF. Grayscale: #808080. Windows color (decimal): -4753632 or 2127799. OLE color: 2127799.

HSL color Cylindrical-coordinate representation of color #B77720: hue angle of 34.57º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B77720 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 119 32 -
CMYK 0 0.35 0.83 0.28
HSL 34.57º 0.7% 0.42% -
HSV(B) 34.57º 0.83% 0.72% -
XYZ 26.39 23.37 4.49 -
YUV 128.22 73.7 167.07 -
System Red Green Blue C M Y K H S L
Decimal 183 119 32 0 0.35 0.83 0.28 34.57 0.7 0.42
Hex B7 77 20 0 23 53 1C 23 46 2A
Octal 267 167 40 0 43 123 34 43 106 52
Binary 10110111 1110111 100000 0 100011 1010011 11100 100011 1000110 101010

Color Harmonies of #B77720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77720

Black with #B77720

Text Example


Text Example

White with #B77720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77720; }

 p { color: rgb(183,119,32); }

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

background-color css

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

 a { background-color: rgb(183,119,32); }

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

border-color css

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

 span { border-color: rgb(183,119,32); }

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