Html Css Color HEX #B77421 Pirate Gold

📋 copy color: '#B77421'

red 183 ◦ green 116 ◦ blue 33

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

Shades of Pirate Gold #B77421

Tints of Pirate Gold #B77421

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.94%

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

R = 55.12%
G = 34.94%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B77421 (or 0xB77421) is known color: Pirate Gold. HEX triplet: B7, 74 and 21. RGB value is (183,116,33). Sum of RGB (Red+Green+Blue) = 183+116+33=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B77421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77421 is #488BDE. Grayscale: #7E7E7E. Windows color (decimal): -4754399 or 2192567. OLE color: 2192567.

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

Color convert

RGB 183 116 33 -
CMYK 0 0.37 0.82 0.28
HSL 33.2º 0.69% 0.42% -
HSV(B) 33.2º 0.82% 0.72% -
XYZ 26.05 22.67 4.44 -
YUV 126.57 75.2 168.25 -
System Red Green Blue C M Y K H S L
Decimal 183 116 33 0 0.37 0.82 0.28 33.2 0.69 0.42
Hex B7 74 21 0 25 52 1C 21 45 2A
Octal 267 164 41 0 45 122 34 41 105 52
Binary 10110111 1110100 100001 0 100101 1010010 11100 100001 1000101 101010

Color Harmonies of #B77421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77421

Black with #B77421

Text Example


Text Example

White with #B77421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77421; }

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

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

background-color css

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

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

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

border-color css

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

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

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