Html Css Color HEX #BE811D Pirate Gold

📋 copy color: '#BE811D'

red 190 ◦ green 129 ◦ blue 29

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

Shades of Pirate Gold #BE811D

Tints of Pirate Gold #BE811D

RGB

 RED value IS 190 (74.61% from 255) = 54.6%

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

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

R = 54.6%
G = 37.07%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE811D (or 0xBE811D) is known color: Pirate Gold. HEX triplet: BE, 81 and 1D. RGB value is (190,129,29). Sum of RGB (Red+Green+Blue) = 190+129+29=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE811D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE811D is #417EE2. Grayscale: #888888. Windows color (decimal): -4292323 or 1933758. OLE color: 1933758.

HSL color Cylindrical-coordinate representation of color #BE811D: hue angle of 37.27º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE811D is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 129 29 -
CMYK 0 0.32 0.85 0.25
HSL 37.27º 0.74% 0.43% -
HSV(B) 37.27º 0.85% 0.75% -
XYZ 29.31 26.74 4.78 -
YUV 135.84 67.71 166.63 -
System Red Green Blue C M Y K H S L
Decimal 190 129 29 0 0.32 0.85 0.25 37.27 0.74 0.43
Hex BE 81 1D 0 20 55 19 25 4A 2B
Octal 276 201 35 0 40 125 31 45 112 53
Binary 10111110 10000001 11101 0 100000 1010101 11001 100101 1001010 101011

Color Harmonies of #BE811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE811D

Black with #BE811D

Text Example


Text Example

White with #BE811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE811D; }

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

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

background-color css

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

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

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

border-color css

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

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

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