Html Css Color HEX #B77A27 Pirate Gold

📋 copy color: '#B77A27'

red 183 ◦ green 122 ◦ blue 39

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

Shades of Pirate Gold #B77A27

Tints of Pirate Gold #B77A27

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.47%

 BLUE value IS 39 (15.63% from 255) = 11.34%

R = 53.2%
G = 35.47%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B77A27 (or 0xB77A27) is known color: Pirate Gold. HEX triplet: B7, 7A and 27. RGB value is (183,122,39). Sum of RGB (Red+Green+Blue) = 183+122+39=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77A27 is #4885D8. Grayscale: #838383. Windows color (decimal): -4752857 or 2587319. OLE color: 2587319.

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

Color convert

RGB 183 122 39 -
CMYK 0 0.33 0.79 0.28
HSL 34.58º 0.65% 0.44% -
HSV(B) 34.58º 0.79% 0.72% -
XYZ 26.85 24.13 5.16 -
YUV 130.78 76.21 165.25 -
System Red Green Blue C M Y K H S L
Decimal 183 122 39 0 0.33 0.79 0.28 34.58 0.65 0.44
Hex B7 7A 27 0 21 4F 1C 23 41 2C
Octal 267 172 47 0 41 117 34 43 101 54
Binary 10110111 1111010 100111 0 100001 1001111 11100 100011 1000001 101100

Color Harmonies of #B77A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77A27

Black with #B77A27

Text Example


Text Example

White with #B77A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77A27; }

 p { color: rgb(183,122,39); }

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

background-color css

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

 a { background-color: rgb(183,122,39); }

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

border-color css

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

 span { border-color: rgb(183,122,39); }

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