Html Css Color HEX #B77029 Pirate Gold

📋 copy color: '#B77029'

red 183 ◦ green 112 ◦ blue 41

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

Shades of Pirate Gold #B77029

Tints of Pirate Gold #B77029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.33%

 BLUE value IS 41 (16.41% from 255) = 12.2%

R = 54.46%
G = 33.33%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B77029 (or 0xB77029) is known color: Pirate Gold. HEX triplet: B7, 70 and 29. RGB value is (183,112,41). Sum of RGB (Red+Green+Blue) = 183+112+41=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B77029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77029 is #488FD6. Grayscale: #7D7D7D. Windows color (decimal): -4755415 or 2715831. OLE color: 2715831.

HSL color Cylindrical-coordinate representation of color #B77029: hue angle of 30º degrees, saturation: 0.63, 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 #B77029 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 112 41 -
CMYK 0 0.39 0.78 0.28
HSL 30º 0.63% 0.44% -
HSV(B) 30º 0.78% 0.72% -
XYZ 25.72 21.82 4.95 -
YUV 125.14 80.52 169.27 -
System Red Green Blue C M Y K H S L
Decimal 183 112 41 0 0.39 0.78 0.28 30 0.63 0.44
Hex B7 70 29 0 27 4E 1C 1E 3F 2C
Octal 267 160 51 0 47 116 34 36 77 54
Binary 10110111 1110000 101001 0 100111 1001110 11100 11110 111111 101100

Color Harmonies of #B77029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77029

Black with #B77029

Text Example


Text Example

White with #B77029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77029; }

 p { color: rgb(183,112,41); }

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

background-color css

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

 a { background-color: rgb(183,112,41); }

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

border-color css

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

 span { border-color: rgb(183,112,41); }

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