Html Css Color HEX #BE732B Meteor

📋 copy color: '#BE732B'

red 190 ◦ green 115 ◦ blue 43

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

Shades of Meteor #BE732B

Tints of Meteor #BE732B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.05%

 BLUE value IS 43 (17.19% from 255) = 12.36%

R = 54.6%
G = 33.05%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE732B (or 0xBE732B) is known color: Meteor. HEX triplet: BE, 73 and 2B. RGB value is (190,115,43). Sum of RGB (Red+Green+Blue) = 190+115+43=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE732B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE732B is #418CD4. Grayscale: #818181. Windows color (decimal): -4295893 or 2847678. OLE color: 2847678.

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

Color convert

RGB 190 115 43 -
CMYK 0 0.39 0.77 0.25
HSL 29.39º 0.63% 0.46% -
HSV(B) 29.39º 0.77% 0.75% -
XYZ 27.8 23.38 5.33 -
YUV 129.22 79.35 171.35 -
System Red Green Blue C M Y K H S L
Decimal 190 115 43 0 0.39 0.77 0.25 29.39 0.63 0.46
Hex BE 73 2B 0 27 4D 19 1D 3F 2E
Octal 276 163 53 0 47 115 31 35 77 56
Binary 10111110 1110011 101011 0 100111 1001101 11001 11101 111111 101110

Color Harmonies of #BE732B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE732B

Black with #BE732B

Text Example


Text Example

White with #BE732B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE732B; }

 p { color: rgb(190,115,43); }

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

background-color css

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

 a { background-color: rgb(190,115,43); }

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

border-color css

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

 span { border-color: rgb(190,115,43); }

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