Html Css Color HEX #B7821E Pirate Gold

📋 copy color: '#B7821E'

red 183 ◦ green 130 ◦ blue 30

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

Shades of Pirate Gold #B7821E

Tints of Pirate Gold #B7821E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.9%

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

R = 53.35%
G = 37.9%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7821E (or 0xB7821E) is known color: Pirate Gold. HEX triplet: B7, 82 and 1E. RGB value is (183,130,30). Sum of RGB (Red+Green+Blue) = 183+130+30=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B7821E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7821E is #487DE1. Grayscale: #868686. Windows color (decimal): -4750818 or 1999543. OLE color: 1999543.

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

Color convert

RGB 183 130 30 -
CMYK 0 0.29 0.84 0.28
HSL 39.22º 0.72% 0.42% -
HSV(B) 39.22º 0.84% 0.72% -
XYZ 27.75 26.13 4.81 -
YUV 134.45 69.06 162.63 -
System Red Green Blue C M Y K H S L
Decimal 183 130 30 0 0.29 0.84 0.28 39.22 0.72 0.42
Hex B7 82 1E 0 1D 54 1C 27 48 2A
Octal 267 202 36 0 35 124 34 47 110 52
Binary 10110111 10000010 11110 0 11101 1010100 11100 100111 1001000 101010

Color Harmonies of #B7821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7821E

Black with #B7821E

Text Example


Text Example

White with #B7821E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7821E; }

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

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

background-color css

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

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

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

border-color css

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

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

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