Html Css Color HEX #B77D1F Pirate Gold

📋 copy color: '#B77D1F'

red 183 ◦ green 125 ◦ blue 31

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

Shades of Pirate Gold #B77D1F

Tints of Pirate Gold #B77D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.87%

 BLUE value IS 31 (12.5% from 255) = 9.14%

R = 53.98%
G = 36.87%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B77D1F (or 0xB77D1F) is known color: Pirate Gold. HEX triplet: B7, 7D and 1F. RGB value is (183,125,31). Sum of RGB (Red+Green+Blue) = 183+125+31=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77D1F is #4882E0. Grayscale: #848484. Windows color (decimal): -4752097 or 2063799. OLE color: 2063799.

HSL color Cylindrical-coordinate representation of color #B77D1F: hue angle of 37.11º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B77D1F is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 125 31 -
CMYK 0 0.32 0.83 0.28
HSL 37.11º 0.71% 0.42% -
HSV(B) 37.11º 0.83% 0.72% -
XYZ 27.11 24.83 4.66 -
YUV 131.63 71.22 164.64 -
System Red Green Blue C M Y K H S L
Decimal 183 125 31 0 0.32 0.83 0.28 37.11 0.71 0.42
Hex B7 7D 1F 0 20 53 1C 25 47 2A
Octal 267 175 37 0 40 123 34 45 107 52
Binary 10110111 1111101 11111 0 100000 1010011 11100 100101 1000111 101010

Color Harmonies of #B77D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77D1F

Black with #B77D1F

Text Example


Text Example

White with #B77D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77D1F; }

 p { color: rgb(183,125,31); }

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

background-color css

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

 a { background-color: rgb(183,125,31); }

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

border-color css

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

 span { border-color: rgb(183,125,31); }

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