Html Css Color HEX #BE963B Roti

📋 copy color: '#BE963B'

red 190 ◦ green 150 ◦ blue 59

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

Shades of Roti #BE963B

Tints of Roti #BE963B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.79%

R = 47.62%
G = 37.59%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE963B (or 0xBE963B) is known color: Roti. HEX triplet: BE, 96 and 3B. RGB value is (190,150,59). Sum of RGB (Red+Green+Blue) = 190+150+59=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE963B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE963B is #4169C4. Grayscale: #979797. Windows color (decimal): -4286917 or 3905214. OLE color: 3905214.

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

Color convert

RGB 190 150 59 -
CMYK 0 0.21 0.69 0.25
HSL 41.68º 0.53% 0.49% -
HSV(B) 41.68º 0.69% 0.75% -
XYZ 32.93 33.08 8.79 -
YUV 151.59 75.75 155.4 -
System Red Green Blue C M Y K H S L
Decimal 190 150 59 0 0.21 0.69 0.25 41.68 0.53 0.49
Hex BE 96 3B 0 15 45 19 2A 35 31
Octal 276 226 73 0 25 105 31 52 65 61
Binary 10111110 10010110 111011 0 10101 1000101 11001 101010 110101 110001

Color Harmonies of #BE963B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE963B

Black with #BE963B

Text Example


Text Example

White with #BE963B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE963B; }

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

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

background-color css

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

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

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

border-color css

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

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

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