Html Css Color HEX #B77828 Pirate Gold

📋 copy color: '#B77828'

red 183 ◦ green 120 ◦ blue 40

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

Shades of Pirate Gold #B77828

Tints of Pirate Gold #B77828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.66%

R = 53.35%
G = 34.99%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B77828 (or 0xB77828) is known color: Pirate Gold. HEX triplet: B7, 78 and 28. RGB value is (183,120,40). Sum of RGB (Red+Green+Blue) = 183+120+40=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B77828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77828 is #4887D7. Grayscale: #828282. Windows color (decimal): -4753368 or 2652343. OLE color: 2652343.

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

Color convert

RGB 183 120 40 -
CMYK 0 0.34 0.78 0.28
HSL 33.57º 0.64% 0.44% -
HSV(B) 33.57º 0.78% 0.72% -
XYZ 26.63 23.65 5.17 -
YUV 129.72 77.37 166 -
System Red Green Blue C M Y K H S L
Decimal 183 120 40 0 0.34 0.78 0.28 33.57 0.64 0.44
Hex B7 78 28 0 22 4E 1C 22 40 2C
Octal 267 170 50 0 42 116 34 42 100 54
Binary 10110111 1111000 101000 0 100010 1001110 11100 100010 1000000 101100

Color Harmonies of #B77828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77828

Black with #B77828

Text Example


Text Example

White with #B77828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77828; }

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

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

background-color css

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

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

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

border-color css

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

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

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