Html Css Color HEX #BE821D Pirate Gold

📋 copy color: '#BE821D'

red 190 ◦ green 130 ◦ blue 29

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

Shades of Pirate Gold #BE821D

Tints of Pirate Gold #BE821D

RGB

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

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

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

R = 54.44%
G = 37.25%
B = 8.31%

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

#BE821D (or 0xBE821D) is known color: Pirate Gold. HEX triplet: BE, 82 and 1D. RGB value is (190,130,29). Sum of RGB (Red+Green+Blue) = 190+130+29=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE821D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE821D is #417DE2. Grayscale: #888888. Windows color (decimal): -4292067 or 1934014. OLE color: 1934014.

HSL color Cylindrical-coordinate representation of color #BE821D: hue angle of 37.64º 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 #BE821D is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 130 29 -
CMYK 0 0.32 0.85 0.25
HSL 37.64º 0.74% 0.43% -
HSV(B) 37.64º 0.85% 0.75% -
XYZ 29.44 27 4.82 -
YUV 136.43 67.38 166.21 -
System Red Green Blue C M Y K H S L
Decimal 190 130 29 0 0.32 0.85 0.25 37.64 0.74 0.43
Hex BE 82 1D 0 20 55 19 26 4A 2B
Octal 276 202 35 0 40 125 31 46 112 53
Binary 10111110 10000010 11101 0 100000 1010101 11001 100110 1001010 101011

Color Harmonies of #BE821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE821D

Black with #BE821D

Text Example


Text Example

White with #BE821D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE821D; }

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

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

background-color css

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

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

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

border-color css

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

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

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