Html Css Color HEX #BE973C Roti

📋 copy color: '#BE973C'

red 190 ◦ green 151 ◦ blue 60

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

Shades of Roti #BE973C

Tints of Roti #BE973C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.66%

 BLUE value IS 60 (23.83% from 255) = 14.96%

R = 47.38%
G = 37.66%
B = 14.96%

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

#BE973C (or 0xBE973C) is known color: Roti. HEX triplet: BE, 97 and 3C. RGB value is (190,151,60). Sum of RGB (Red+Green+Blue) = 190+151+60=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE973C is #4168C3. Grayscale: #989898. Windows color (decimal): -4286660 or 3971006. OLE color: 3971006.

HSL color Cylindrical-coordinate representation of color #BE973C: hue angle of 42º degrees, saturation: 0.52, 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 #BE973C is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 151 60 -
CMYK 0 0.21 0.68 0.25
HSL 42º 0.52% 0.49% -
HSV(B) 42º 0.68% 0.75% -
XYZ 33.12 33.41 8.98 -
YUV 152.29 75.92 154.9 -
System Red Green Blue C M Y K H S L
Decimal 190 151 60 0 0.21 0.68 0.25 42 0.52 0.49
Hex BE 97 3C 0 15 44 19 2A 34 31
Octal 276 227 74 0 25 104 31 52 64 61
Binary 10111110 10010111 111100 0 10101 1000100 11001 101010 110100 110001

Color Harmonies of #BE973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE973C

Black with #BE973C

Text Example


Text Example

White with #BE973C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE973C; }

 p { color: rgb(190,151,60); }

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

background-color css

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

 a { background-color: rgb(190,151,60); }

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

border-color css

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

 span { border-color: rgb(190,151,60); }

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