Html Css Color HEX #BE9A3C Roti

📋 copy color: '#BE9A3C'

red 190 ◦ green 154 ◦ blue 60

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

Shades of Roti #BE9A3C

Tints of Roti #BE9A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.85%

R = 47.03%
G = 38.12%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE9A3C (or 0xBE9A3C) is known color: Roti. HEX triplet: BE, 9A and 3C. RGB value is (190,154,60). Sum of RGB (Red+Green+Blue) = 190+154+60=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9A3C is #4165C3. Grayscale: #9A9A9A. Windows color (decimal): -4285892 or 3971774. OLE color: 3971774.

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

Color convert

RGB 190 154 60 -
CMYK 0 0.19 0.68 0.25
HSL 43.38º 0.52% 0.49% -
HSV(B) 43.38º 0.68% 0.75% -
XYZ 33.61 34.38 9.14 -
YUV 154.05 74.93 153.64 -
System Red Green Blue C M Y K H S L
Decimal 190 154 60 0 0.19 0.68 0.25 43.38 0.52 0.49
Hex BE 9A 3C 0 13 44 19 2B 34 31
Octal 276 232 74 0 23 104 31 53 64 61
Binary 10111110 10011010 111100 0 10011 1000100 11001 101011 110100 110001

Color Harmonies of #BE9A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A3C

Black with #BE9A3C

Text Example


Text Example

White with #BE9A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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