Html Css Color HEX #B7811D Pirate Gold

📋 copy color: '#B7811D'

red 183 ◦ green 129 ◦ blue 29

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

Shades of Pirate Gold #B7811D

Tints of Pirate Gold #B7811D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.83%

 BLUE value IS 29 (11.72% from 255) = 8.5%

R = 53.67%
G = 37.83%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7811D (or 0xB7811D) is known color: Pirate Gold. HEX triplet: B7, 81 and 1D. RGB value is (183,129,29). Sum of RGB (Red+Green+Blue) = 183+129+29=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B7811D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7811D is #487EE2. Grayscale: #868686. Windows color (decimal): -4751075 or 1933751. OLE color: 1933751.

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

Color convert

RGB 183 129 29 -
CMYK 0 0.30 0.84 0.28
HSL 38.96º 0.73% 0.42% -
HSV(B) 38.96º 0.84% 0.72% -
XYZ 27.6 25.86 4.7 -
YUV 133.75 68.89 163.13 -
System Red Green Blue C M Y K H S L
Decimal 183 129 29 0 0.30 0.84 0.28 38.96 0.73 0.42
Hex B7 81 1D 0 1E 54 1C 27 49 2A
Octal 267 201 35 0 36 124 34 47 111 52
Binary 10110111 10000001 11101 0 11110 1010100 11100 100111 1001001 101010

Color Harmonies of #B7811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7811D

Black with #B7811D

Text Example


Text Example

White with #B7811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7811D; }

 p { color: rgb(183,129,29); }

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

background-color css

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

 a { background-color: rgb(183,129,29); }

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

border-color css

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

 span { border-color: rgb(183,129,29); }

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