Html Css Color HEX #BE741D Pirate Gold

📋 copy color: '#BE741D'

red 190 ◦ green 116 ◦ blue 29

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

Shades of Pirate Gold #BE741D

Tints of Pirate Gold #BE741D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.63%

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

R = 56.72%
G = 34.63%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE741D (or 0xBE741D) is known color: Pirate Gold. HEX triplet: BE, 74 and 1D. RGB value is (190,116,29). Sum of RGB (Red+Green+Blue) = 190+116+29=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE741D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE741D is #418BE2. Grayscale: #808080. Windows color (decimal): -4295651 or 1930430. OLE color: 1930430.

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

Color convert

RGB 190 116 29 -
CMYK 0 0.39 0.85 0.25
HSL 32.42º 0.74% 0.43% -
HSV(B) 32.42º 0.85% 0.75% -
XYZ 27.7 23.53 4.24 -
YUV 128.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 190 116 29 0 0.39 0.85 0.25 32.42 0.74 0.43
Hex BE 74 1D 0 27 55 19 20 4A 2B
Octal 276 164 35 0 47 125 31 40 112 53
Binary 10111110 1110100 11101 0 100111 1010101 11001 100000 1001010 101011

Color Harmonies of #BE741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE741D

Black with #BE741D

Text Example


Text Example

White with #BE741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE741D; }

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

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

background-color css

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

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

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

border-color css

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

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

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