Html Css Color HEX #BE963E Roti

📋 copy color: '#BE963E'

red 190 ◦ green 150 ◦ blue 62

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

Shades of Roti #BE963E

Tints of Roti #BE963E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.31%

 BLUE value IS 62 (24.61% from 255) = 15.42%

R = 47.26%
G = 37.31%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE963E (or 0xBE963E) is known color: Roti. HEX triplet: BE, 96 and 3E. RGB value is (190,150,62). Sum of RGB (Red+Green+Blue) = 190+150+62=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE963E is #4169C1. Grayscale: #989898. Windows color (decimal): -4286914 or 4101822. OLE color: 4101822.

HSL color Cylindrical-coordinate representation of color #BE963E: hue angle of 41.25º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE963E is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 150 62 -
CMYK 0 0.21 0.67 0.25
HSL 41.25º 0.51% 0.49% -
HSV(B) 41.25º 0.67% 0.75% -
XYZ 33.01 33.11 9.21 -
YUV 151.93 77.25 155.16 -
System Red Green Blue C M Y K H S L
Decimal 190 150 62 0 0.21 0.67 0.25 41.25 0.51 0.49
Hex BE 96 3E 0 15 43 19 29 33 31
Octal 276 226 76 0 25 103 31 51 63 61
Binary 10111110 10010110 111110 0 10101 1000011 11001 101001 110011 110001

Color Harmonies of #BE963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE963E

Black with #BE963E

Text Example


Text Example

White with #BE963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE963E; }

 p { color: rgb(190,150,62); }

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

background-color css

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

 a { background-color: rgb(190,150,62); }

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

border-color css

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

 span { border-color: rgb(190,150,62); }

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