Html Css Color HEX #BE752A Pirate Gold

📋 copy color: '#BE752A'

red 190 ◦ green 117 ◦ blue 42

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

Shades of Pirate Gold #BE752A

Tints of Pirate Gold #BE752A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.52%

 BLUE value IS 42 (16.8% from 255) = 12.03%

R = 54.44%
G = 33.52%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE752A (or 0xBE752A) is known color: Pirate Gold. HEX triplet: BE, 75 and 2A. RGB value is (190,117,42). Sum of RGB (Red+Green+Blue) = 190+117+42=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE752A is #418AD5. Grayscale: #828282. Windows color (decimal): -4295382 or 2782654. OLE color: 2782654.

HSL color Cylindrical-coordinate representation of color #BE752A: hue angle of 30.41º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE752A is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 117 42 -
CMYK 0 0.38 0.78 0.25
HSL 30.41º 0.64% 0.45% -
HSV(B) 30.41º 0.78% 0.75% -
XYZ 28.01 23.84 5.31 -
YUV 130.28 78.18 170.6 -
System Red Green Blue C M Y K H S L
Decimal 190 117 42 0 0.38 0.78 0.25 30.41 0.64 0.45
Hex BE 75 2A 0 26 4E 19 1E 40 2D
Octal 276 165 52 0 46 116 31 36 100 55
Binary 10111110 1110101 101010 0 100110 1001110 11001 11110 1000000 101101

Color Harmonies of #BE752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE752A

Black with #BE752A

Text Example


Text Example

White with #BE752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE752A; }

 p { color: rgb(190,117,42); }

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

background-color css

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

 a { background-color: rgb(190,117,42); }

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

border-color css

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

 span { border-color: rgb(190,117,42); }

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