Html Css Color HEX #BE9A42 Roti

📋 copy color: '#BE9A42'

red 190 ◦ green 154 ◦ blue 66

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

Shades of Roti #BE9A42

Tints of Roti #BE9A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.1%

R = 46.34%
G = 37.56%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE9A42 (or 0xBE9A42) is known color: Roti. HEX triplet: BE, 9A and 42. RGB value is (190,154,66). Sum of RGB (Red+Green+Blue) = 190+154+66=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9A42 is #4165BD. Grayscale: #9B9B9B. Windows color (decimal): -4285886 or 4364990. OLE color: 4364990.

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

Color convert

RGB 190 154 66 -
CMYK 0 0.19 0.65 0.25
HSL 42.58º 0.49% 0.5% -
HSV(B) 42.58º 0.65% 0.75% -
XYZ 33.77 34.45 10.02 -
YUV 154.73 77.93 153.16 -
System Red Green Blue C M Y K H S L
Decimal 190 154 66 0 0.19 0.65 0.25 42.58 0.49 0.5
Hex BE 9A 42 0 13 41 19 2B 31 32
Octal 276 232 102 0 23 101 31 53 61 62
Binary 10111110 10011010 1000010 0 10011 1000001 11001 101011 110001 110010

Color Harmonies of #BE9A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A42

Black with #BE9A42

Text Example


Text Example

White with #BE9A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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