Html Css Color HEX #B77B29 Pirate Gold

📋 copy color: '#B77B29'

red 183 ◦ green 123 ◦ blue 41

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

Shades of Pirate Gold #B77B29

Tints of Pirate Gold #B77B29

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.45%

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

R = 52.74%
G = 35.45%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B77B29 (or 0xB77B29) is known color: Pirate Gold. HEX triplet: B7, 7B and 29. RGB value is (183,123,41). Sum of RGB (Red+Green+Blue) = 183+123+41=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77B29 is #4884D6. Grayscale: #838383. Windows color (decimal): -4752599 or 2718647. OLE color: 2718647.

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

Color convert

RGB 183 123 41 -
CMYK 0 0.33 0.78 0.28
HSL 34.65º 0.63% 0.44% -
HSV(B) 34.65º 0.78% 0.72% -
XYZ 27.01 24.39 5.38 -
YUV 131.59 76.88 164.67 -
System Red Green Blue C M Y K H S L
Decimal 183 123 41 0 0.33 0.78 0.28 34.65 0.63 0.44
Hex B7 7B 29 0 21 4E 1C 23 3F 2C
Octal 267 173 51 0 41 116 34 43 77 54
Binary 10110111 1111011 101001 0 100001 1001110 11100 100011 111111 101100

Color Harmonies of #B77B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77B29

Black with #B77B29

Text Example


Text Example

White with #B77B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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