Html Css Color HEX #BE9A44 Roti

📋 copy color: '#BE9A44'

red 190 ◦ green 154 ◦ blue 68

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

Shades of Roti #BE9A44

Tints of Roti #BE9A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.5%

R = 46.12%
G = 37.38%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE9A44 (or 0xBE9A44) is known color: Roti. HEX triplet: BE, 9A and 44. RGB value is (190,154,68). Sum of RGB (Red+Green+Blue) = 190+154+68=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9A44 is #4165BB. Grayscale: #9B9B9B. Windows color (decimal): -4285884 or 4496062. OLE color: 4496062.

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

Color convert

RGB 190 154 68 -
CMYK 0 0.19 0.64 0.25
HSL 42.3º 0.48% 0.51% -
HSV(B) 42.3º 0.64% 0.75% -
XYZ 33.83 34.48 10.34 -
YUV 154.96 78.93 152.99 -
System Red Green Blue C M Y K H S L
Decimal 190 154 68 0 0.19 0.64 0.25 42.3 0.48 0.51
Hex BE 9A 44 0 13 40 19 2A 30 33
Octal 276 232 104 0 23 100 31 52 60 63
Binary 10111110 10011010 1000100 0 10011 1000000 11001 101010 110000 110011

Color Harmonies of #BE9A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A44

Black with #BE9A44

Text Example


Text Example

White with #BE9A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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