Html Css Color HEX #BE9942 Roti

📋 copy color: '#BE9942'

red 190 ◦ green 153 ◦ blue 66

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

Shades of Roti #BE9942

Tints of Roti #BE9942

RGB

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

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

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

R = 46.45%
G = 37.41%
B = 16.14%

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

#BE9942 (or 0xBE9942) is known color: Roti. HEX triplet: BE, 99 and 42. RGB value is (190,153,66). Sum of RGB (Red+Green+Blue) = 190+153+66=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9942 is #4166BD. Grayscale: #9A9A9A. Windows color (decimal): -4286142 or 4364734. OLE color: 4364734.

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

Color convert

RGB 190 153 66 -
CMYK 0 0.19 0.65 0.25
HSL 42.1º 0.49% 0.5% -
HSV(B) 42.1º 0.65% 0.75% -
XYZ 33.61 34.12 9.97 -
YUV 154.15 78.26 153.57 -
System Red Green Blue C M Y K H S L
Decimal 190 153 66 0 0.19 0.65 0.25 42.1 0.49 0.5
Hex BE 99 42 0 13 41 19 2A 31 32
Octal 276 231 102 0 23 101 31 52 61 62
Binary 10111110 10011001 1000010 0 10011 1000001 11001 101010 110001 110010

Color Harmonies of #BE9942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9942

Black with #BE9942

Text Example


Text Example

White with #BE9942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9942; }

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

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

background-color css

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

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

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

border-color css

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

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

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