Html Css Color HEX #B77E1E Pirate Gold

📋 copy color: '#B77E1E'

red 183 ◦ green 126 ◦ blue 30

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

Shades of Pirate Gold #B77E1E

Tints of Pirate Gold #B77E1E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.17%

 BLUE value IS 30 (12.11% from 255) = 8.85%

R = 53.98%
G = 37.17%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B77E1E (or 0xB77E1E) is known color: Pirate Gold. HEX triplet: B7, 7E and 1E. RGB value is (183,126,30). Sum of RGB (Red+Green+Blue) = 183+126+30=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77E1E is #4881E1. Grayscale: #848484. Windows color (decimal): -4751842 or 1998519. OLE color: 1998519.

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

Color convert

RGB 183 126 30 -
CMYK 0 0.31 0.84 0.28
HSL 37.65º 0.72% 0.42% -
HSV(B) 37.65º 0.84% 0.72% -
XYZ 27.22 25.08 4.63 -
YUV 132.1 70.38 164.31 -
System Red Green Blue C M Y K H S L
Decimal 183 126 30 0 0.31 0.84 0.28 37.65 0.72 0.42
Hex B7 7E 1E 0 1F 54 1C 26 48 2A
Octal 267 176 36 0 37 124 34 46 110 52
Binary 10110111 1111110 11110 0 11111 1010100 11100 100110 1001000 101010

Color Harmonies of #B77E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77E1E

Black with #B77E1E

Text Example


Text Example

White with #B77E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77E1E; }

 p { color: rgb(183,126,30); }

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

background-color css

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

 a { background-color: rgb(183,126,30); }

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

border-color css

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

 span { border-color: rgb(183,126,30); }

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