Html Css Color HEX #BE7934 Meteor

📋 copy color: '#BE7934'

red 190 ◦ green 121 ◦ blue 52

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

Shades of Meteor #BE7934

Tints of Meteor #BE7934

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.33%

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

R = 52.34%
G = 33.33%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE7934 (or 0xBE7934) is known color: Meteor. HEX triplet: BE, 79 and 34. RGB value is (190,121,52). Sum of RGB (Red+Green+Blue) = 190+121+52=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7934 is #4186CB. Grayscale: #868686. Windows color (decimal): -4294348 or 3439038. OLE color: 3439038.

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

Color convert

RGB 190 121 52 -
CMYK 0 0.36 0.73 0.25
HSL 30º 0.57% 0.47% -
HSV(B) 30º 0.73% 0.75% -
XYZ 28.69 24.87 6.54 -
YUV 133.77 81.86 168.11 -
System Red Green Blue C M Y K H S L
Decimal 190 121 52 0 0.36 0.73 0.25 30 0.57 0.47
Hex BE 79 34 0 24 49 19 1E 39 2F
Octal 276 171 64 0 44 111 31 36 71 57
Binary 10111110 1111001 110100 0 100100 1001001 11001 11110 111001 101111

Color Harmonies of #BE7934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7934

Black with #BE7934

Text Example


Text Example

White with #BE7934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7934; }

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

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

background-color css

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

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

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

border-color css

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

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

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