Html Css Color HEX #B77227 Pirate Gold

📋 copy color: '#B77227'

red 183 ◦ green 114 ◦ blue 39

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

Shades of Pirate Gold #B77227

Tints of Pirate Gold #B77227

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.93%

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

R = 54.46%
G = 33.93%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B77227 (or 0xB77227) is known color: Pirate Gold. HEX triplet: B7, 72 and 27. RGB value is (183,114,39). Sum of RGB (Red+Green+Blue) = 183+114+39=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B77227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77227 is #488DD8. Grayscale: #7E7E7E. Windows color (decimal): -4754905 or 2585271. OLE color: 2585271.

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

Color convert

RGB 183 114 39 -
CMYK 0 0.38 0.79 0.28
HSL 31.25º 0.65% 0.44% -
HSV(B) 31.25º 0.79% 0.72% -
XYZ 25.91 22.25 4.85 -
YUV 126.08 78.86 168.6 -
System Red Green Blue C M Y K H S L
Decimal 183 114 39 0 0.38 0.79 0.28 31.25 0.65 0.44
Hex B7 72 27 0 26 4F 1C 1F 41 2C
Octal 267 162 47 0 46 117 34 37 101 54
Binary 10110111 1110010 100111 0 100110 1001111 11100 11111 1000001 101100

Color Harmonies of #B77227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77227

Black with #B77227

Text Example


Text Example

White with #B77227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77227; }

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

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

background-color css

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

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

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

border-color css

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

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

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