Html Css Color HEX #BE7D2D Pirate Gold

📋 copy color: '#BE7D2D'

red 190 ◦ green 125 ◦ blue 45

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

Shades of Pirate Gold #BE7D2D

Tints of Pirate Gold #BE7D2D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.72%

 BLUE value IS 45 (17.97% from 255) = 12.5%

R = 52.78%
G = 34.72%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE7D2D (or 0xBE7D2D) is known color: Pirate Gold. HEX triplet: BE, 7D and 2D. RGB value is (190,125,45). Sum of RGB (Red+Green+Blue) = 190+125+45=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7D2D is #4182D2. Grayscale: #878787. Windows color (decimal): -4293331 or 2981310. OLE color: 2981310.

HSL color Cylindrical-coordinate representation of color #BE7D2D: hue angle of 33.1º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE7D2D is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 125 45 -
CMYK 0 0.34 0.76 0.25
HSL 33.1º 0.62% 0.46% -
HSV(B) 33.1º 0.76% 0.75% -
XYZ 29.04 25.8 5.93 -
YUV 135.32 77.03 167 -
System Red Green Blue C M Y K H S L
Decimal 190 125 45 0 0.34 0.76 0.25 33.1 0.62 0.46
Hex BE 7D 2D 0 22 4C 19 21 3E 2E
Octal 276 175 55 0 42 114 31 41 76 56
Binary 10111110 1111101 101101 0 100010 1001100 11001 100001 111110 101110

Color Harmonies of #BE7D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D2D

Black with #BE7D2D

Text Example


Text Example

White with #BE7D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D2D; }

 p { color: rgb(190,125,45); }

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

background-color css

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

 a { background-color: rgb(190,125,45); }

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

border-color css

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

 span { border-color: rgb(190,125,45); }

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