Html Css Color HEX #BE7434 Meteor

📋 copy color: '#BE7434'

red 190 ◦ green 116 ◦ blue 52

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

Shades of Meteor #BE7434

Tints of Meteor #BE7434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.53%

R = 53.07%
G = 32.4%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE7434 (or 0xBE7434) is known color: Meteor. HEX triplet: BE, 74 and 34. RGB value is (190,116,52). Sum of RGB (Red+Green+Blue) = 190+116+52=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7434 is #418BCB. Grayscale: #838383. Windows color (decimal): -4295628 or 3437758. OLE color: 3437758.

HSL color Cylindrical-coordinate representation of color #BE7434: hue angle of 27.83º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE7434 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 116 52 -
CMYK 0 0.39 0.73 0.25
HSL 27.83º 0.57% 0.47% -
HSV(B) 27.83º 0.73% 0.75% -
XYZ 28.1 23.69 6.34 -
YUV 130.83 83.52 170.2 -
System Red Green Blue C M Y K H S L
Decimal 190 116 52 0 0.39 0.73 0.25 27.83 0.57 0.47
Hex BE 74 34 0 27 49 19 1C 39 2F
Octal 276 164 64 0 47 111 31 34 71 57
Binary 10111110 1110100 110100 0 100111 1001001 11001 11100 111001 101111

Color Harmonies of #BE7434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7434

Black with #BE7434

Text Example


Text Example

White with #BE7434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7434; }

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

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

background-color css

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

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

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

border-color css

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

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

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