Html Css Color HEX #BE963D Roti

📋 copy color: '#BE963D'

red 190 ◦ green 150 ◦ blue 61

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

Shades of Roti #BE963D

Tints of Roti #BE963D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.21%

R = 47.38%
G = 37.41%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE963D (or 0xBE963D) is known color: Roti. HEX triplet: BE, 96 and 3D. RGB value is (190,150,61). Sum of RGB (Red+Green+Blue) = 190+150+61=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE963D is #4169C2. Grayscale: #989898. Windows color (decimal): -4286915 or 4036286. OLE color: 4036286.

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

Color convert

RGB 190 150 61 -
CMYK 0 0.21 0.68 0.25
HSL 41.4º 0.51% 0.49% -
HSV(B) 41.4º 0.68% 0.75% -
XYZ 32.98 33.1 9.06 -
YUV 151.81 76.75 155.24 -
System Red Green Blue C M Y K H S L
Decimal 190 150 61 0 0.21 0.68 0.25 41.4 0.51 0.49
Hex BE 96 3D 0 15 44 19 29 33 31
Octal 276 226 75 0 25 104 31 51 63 61
Binary 10111110 10010110 111101 0 10101 1000100 11001 101001 110011 110001

Color Harmonies of #BE963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE963D

Black with #BE963D

Text Example


Text Example

White with #BE963D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE963D; }

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

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

background-color css

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

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

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

border-color css

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

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

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