Html Css Color HEX #BE973A Roti

📋 copy color: '#BE973A'

red 190 ◦ green 151 ◦ blue 58

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

Shades of Roti #BE973A

Tints of Roti #BE973A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.54%

R = 47.62%
G = 37.84%
B = 14.54%

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

#BE973A (or 0xBE973A) is known color: Roti. HEX triplet: BE, 97 and 3A. RGB value is (190,151,58). Sum of RGB (Red+Green+Blue) = 190+151+58=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE973A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE973A is #4168C5. Grayscale: #989898. Windows color (decimal): -4286662 or 3839934. OLE color: 3839934.

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

Color convert

RGB 190 151 58 -
CMYK 0 0.21 0.69 0.25
HSL 42.27º 0.53% 0.49% -
HSV(B) 42.27º 0.69% 0.75% -
XYZ 33.07 33.39 8.7 -
YUV 152.06 74.92 155.06 -
System Red Green Blue C M Y K H S L
Decimal 190 151 58 0 0.21 0.69 0.25 42.27 0.53 0.49
Hex BE 97 3A 0 15 45 19 2A 35 31
Octal 276 227 72 0 25 105 31 52 65 61
Binary 10111110 10010111 111010 0 10101 1000101 11001 101010 110101 110001

Color Harmonies of #BE973A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE973A

Black with #BE973A

Text Example


Text Example

White with #BE973A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE973A; }

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

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

background-color css

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

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

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

border-color css

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

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

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