Html Css Color HEX #BE9948 Roti

📋 copy color: '#BE9948'

red 190 ◦ green 153 ◦ blue 72

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

Shades of Roti #BE9948

Tints of Roti #BE9948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.35%

R = 45.78%
G = 36.87%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE9948 (or 0xBE9948) is known color: Roti. HEX triplet: BE, 99 and 48. RGB value is (190,153,72). Sum of RGB (Red+Green+Blue) = 190+153+72=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9948 is #4166B7. Grayscale: #9B9B9B. Windows color (decimal): -4286136 or 4757950. OLE color: 4757950.

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

Color convert

RGB 190 153 72 -
CMYK 0 0.19 0.62 0.25
HSL 41.19º 0.48% 0.51% -
HSV(B) 41.19º 0.62% 0.75% -
XYZ 33.8 34.2 10.95 -
YUV 154.83 81.26 153.09 -
System Red Green Blue C M Y K H S L
Decimal 190 153 72 0 0.19 0.62 0.25 41.19 0.48 0.51
Hex BE 99 48 0 13 3E 19 29 30 33
Octal 276 231 110 0 23 76 31 51 60 63
Binary 10111110 10011001 1001000 0 10011 111110 11001 101001 110000 110011

Color Harmonies of #BE9948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9948

Black with #BE9948

Text Example


Text Example

White with #BE9948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9948; }

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

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

background-color css

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

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

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

border-color css

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

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

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