Html Css Color HEX #BE9947 Roti

📋 copy color: '#BE9947'

red 190 ◦ green 153 ◦ blue 71

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

Shades of Roti #BE9947

Tints of Roti #BE9947

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.96%

 BLUE value IS 71 (28.13% from 255) = 17.15%

R = 45.89%
G = 36.96%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE9947 (or 0xBE9947) is known color: Roti. HEX triplet: BE, 99 and 47. RGB value is (190,153,71). Sum of RGB (Red+Green+Blue) = 190+153+71=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9947 is #4166B8. Grayscale: #9B9B9B. Windows color (decimal): -4286137 or 4692414. OLE color: 4692414.

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

Color convert

RGB 190 153 71 -
CMYK 0 0.19 0.63 0.25
HSL 41.34º 0.48% 0.51% -
HSV(B) 41.34º 0.63% 0.75% -
XYZ 33.76 34.18 10.78 -
YUV 154.72 80.76 153.17 -
System Red Green Blue C M Y K H S L
Decimal 190 153 71 0 0.19 0.63 0.25 41.34 0.48 0.51
Hex BE 99 47 0 13 3F 19 29 30 33
Octal 276 231 107 0 23 77 31 51 60 63
Binary 10111110 10011001 1000111 0 10011 111111 11001 101001 110000 110011

Color Harmonies of #BE9947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9947

Black with #BE9947

Text Example


Text Example

White with #BE9947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9947; }

 p { color: rgb(190,153,71); }

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

background-color css

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

 a { background-color: rgb(190,153,71); }

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

border-color css

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

 span { border-color: rgb(190,153,71); }

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