Html Css Color HEX #BE9A48 Roti

📋 copy color: '#BE9A48'

red 190 ◦ green 154 ◦ blue 72

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

Shades of Roti #BE9A48

Tints of Roti #BE9A48

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.02%

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

R = 45.67%
G = 37.02%
B = 17.31%

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

#BE9A48 (or 0xBE9A48) is known color: Roti. HEX triplet: BE, 9A and 48. RGB value is (190,154,72). Sum of RGB (Red+Green+Blue) = 190+154+72=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9A48 is #4165B7. Grayscale: #9B9B9B. Windows color (decimal): -4285880 or 4758206. OLE color: 4758206.

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

Color convert

RGB 190 154 72 -
CMYK 0 0.19 0.62 0.25
HSL 41.69º 0.48% 0.51% -
HSV(B) 41.69º 0.62% 0.75% -
XYZ 33.96 34.53 11.01 -
YUV 155.42 80.93 152.67 -
System Red Green Blue C M Y K H S L
Decimal 190 154 72 0 0.19 0.62 0.25 41.69 0.48 0.51
Hex BE 9A 48 0 13 3E 19 2A 30 33
Octal 276 232 110 0 23 76 31 52 60 63
Binary 10111110 10011010 1001000 0 10011 111110 11001 101010 110000 110011

Color Harmonies of #BE9A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A48

Black with #BE9A48

Text Example


Text Example

White with #BE9A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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