Html Css Color HEX #B77C21 Pirate Gold

📋 copy color: '#B77C21'

red 183 ◦ green 124 ◦ blue 33

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

Shades of Pirate Gold #B77C21

Tints of Pirate Gold #B77C21

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.47%

 BLUE value IS 33 (13.28% from 255) = 9.71%

R = 53.82%
G = 36.47%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B77C21 (or 0xB77C21) is known color: Pirate Gold. HEX triplet: B7, 7C and 21. RGB value is (183,124,33). Sum of RGB (Red+Green+Blue) = 183+124+33=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77C21 is #4883DE. Grayscale: #838383. Windows color (decimal): -4752351 or 2194615. OLE color: 2194615.

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

Color convert

RGB 183 124 33 -
CMYK 0 0.32 0.82 0.28
HSL 36.4º 0.69% 0.42% -
HSV(B) 36.4º 0.82% 0.72% -
XYZ 27.01 24.59 4.76 -
YUV 131.27 72.55 164.9 -
System Red Green Blue C M Y K H S L
Decimal 183 124 33 0 0.32 0.82 0.28 36.4 0.69 0.42
Hex B7 7C 21 0 20 52 1C 24 45 2A
Octal 267 174 41 0 40 122 34 44 105 52
Binary 10110111 1111100 100001 0 100000 1010010 11100 100100 1000101 101010

Color Harmonies of #B77C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77C21

Black with #B77C21

Text Example


Text Example

White with #B77C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77C21; }

 p { color: rgb(183,124,33); }

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

background-color css

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

 a { background-color: rgb(183,124,33); }

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

border-color css

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

 span { border-color: rgb(183,124,33); }

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