Html Css Color HEX #BE9F3C Roti

📋 copy color: '#BE9F3C'

red 190 ◦ green 159 ◦ blue 60

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

Shades of Roti #BE9F3C

Tints of Roti #BE9F3C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.88%

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

R = 46.45%
G = 38.88%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE9F3C (or 0xBE9F3C) is known color: Roti. HEX triplet: BE, 9F and 3C. RGB value is (190,159,60). Sum of RGB (Red+Green+Blue) = 190+159+60=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9F3C is #4160C3. Grayscale: #9D9D9D. Windows color (decimal): -4284612 or 3973054. OLE color: 3973054.

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

Color convert

RGB 190 159 60 -
CMYK 0 0.16 0.68 0.25
HSL 45.69º 0.52% 0.49% -
HSV(B) 45.69º 0.68% 0.75% -
XYZ 34.45 36.07 9.42 -
YUV 156.98 73.27 151.55 -
System Red Green Blue C M Y K H S L
Decimal 190 159 60 0 0.16 0.68 0.25 45.69 0.52 0.49
Hex BE 9F 3C 0 10 44 19 2E 34 31
Octal 276 237 74 0 20 104 31 56 64 61
Binary 10111110 10011111 111100 0 10000 1000100 11001 101110 110100 110001

Color Harmonies of #BE9F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9F3C

Black with #BE9F3C

Text Example


Text Example

White with #BE9F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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