Html Css Color HEX #B77127 Pirate Gold

📋 copy color: '#B77127'

red 183 ◦ green 113 ◦ blue 39

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

Shades of Pirate Gold #B77127

Tints of Pirate Gold #B77127

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.73%

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

R = 54.63%
G = 33.73%
B = 11.64%

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

#B77127 (or 0xB77127) is known color: Pirate Gold. HEX triplet: B7, 71 and 27. RGB value is (183,113,39). Sum of RGB (Red+Green+Blue) = 183+113+39=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B77127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77127 is #488ED8. Grayscale: #7D7D7D. Windows color (decimal): -4755161 or 2585015. OLE color: 2585015.

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

Color convert

RGB 183 113 39 -
CMYK 0 0.38 0.79 0.28
HSL 30.83º 0.65% 0.44% -
HSV(B) 30.83º 0.79% 0.72% -
XYZ 25.8 22.02 4.81 -
YUV 125.49 79.19 169.02 -
System Red Green Blue C M Y K H S L
Decimal 183 113 39 0 0.38 0.79 0.28 30.83 0.65 0.44
Hex B7 71 27 0 26 4F 1C 1F 41 2C
Octal 267 161 47 0 46 117 34 37 101 54
Binary 10110111 1110001 100111 0 100110 1001111 11100 11111 1000001 101100

Color Harmonies of #B77127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77127

Black with #B77127

Text Example


Text Example

White with #B77127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77127; }

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

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

background-color css

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

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

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

border-color css

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

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

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