Html Css Color HEX #B77629 Pirate Gold

📋 copy color: '#B77629'

red 183 ◦ green 118 ◦ blue 41

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

Shades of Pirate Gold #B77629

Tints of Pirate Gold #B77629

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.5%

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

R = 53.51%
G = 34.5%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B77629 (or 0xB77629) is known color: Pirate Gold. HEX triplet: B7, 76 and 29. RGB value is (183,118,41). Sum of RGB (Red+Green+Blue) = 183+118+41=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B77629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77629 is #4889D6. Grayscale: #818181. Windows color (decimal): -4753879 or 2717367. OLE color: 2717367.

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

Color convert

RGB 183 118 41 -
CMYK 0 0.36 0.78 0.28
HSL 32.54º 0.63% 0.44% -
HSV(B) 32.54º 0.78% 0.72% -
XYZ 26.41 23.18 5.18 -
YUV 128.66 78.53 166.76 -
System Red Green Blue C M Y K H S L
Decimal 183 118 41 0 0.36 0.78 0.28 32.54 0.63 0.44
Hex B7 76 29 0 24 4E 1C 21 3F 2C
Octal 267 166 51 0 44 116 34 41 77 54
Binary 10110111 1110110 101001 0 100100 1001110 11100 100001 111111 101100

Color Harmonies of #B77629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77629

Black with #B77629

Text Example


Text Example

White with #B77629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77629; }

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

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

background-color css

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

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

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

border-color css

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

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

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