Html Css Color HEX #B77924 Pirate Gold

📋 copy color: '#B77924'

red 183 ◦ green 121 ◦ blue 36

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

Shades of Pirate Gold #B77924

Tints of Pirate Gold #B77924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.59%

R = 53.82%
G = 35.59%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B77924 (or 0xB77924) is known color: Pirate Gold. HEX triplet: B7, 79 and 24. RGB value is (183,121,36). Sum of RGB (Red+Green+Blue) = 183+121+36=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B77924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77924 is #4886DB. Grayscale: #828282. Windows color (decimal): -4753116 or 2390455. OLE color: 2390455.

HSL color Cylindrical-coordinate representation of color #B77924: hue angle of 34.69º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B77924 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 121 36 -
CMYK 0 0.34 0.80 0.28
HSL 34.69º 0.67% 0.43% -
HSV(B) 34.69º 0.8% 0.72% -
XYZ 26.68 23.87 4.87 -
YUV 129.85 75.04 165.91 -
System Red Green Blue C M Y K H S L
Decimal 183 121 36 0 0.34 0.80 0.28 34.69 0.67 0.43
Hex B7 79 24 0 22 50 1C 23 43 2B
Octal 267 171 44 0 42 120 34 43 103 53
Binary 10110111 1111001 100100 0 100010 1010000 11100 100011 1000011 101011

Color Harmonies of #B77924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77924

Black with #B77924

Text Example


Text Example

White with #B77924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77924; }

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

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

background-color css

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

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

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

border-color css

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

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

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