Html Css Color HEX #BE9F43 Roti

📋 copy color: '#BE9F43'

red 190 ◦ green 159 ◦ blue 67

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

Shades of Roti #BE9F43

Tints of Roti #BE9F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.11%

R = 45.67%
G = 38.22%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE9F43 (or 0xBE9F43) is known color: Roti. HEX triplet: BE, 9F and 43. RGB value is (190,159,67). Sum of RGB (Red+Green+Blue) = 190+159+67=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 67 (26.56% from 255 or 16.11% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9F43 is #4160BC. Grayscale: #9E9E9E. Windows color (decimal): -4284605 or 4431806. OLE color: 4431806.

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

Color convert

RGB 190 159 67 -
CMYK 0 0.16 0.65 0.25
HSL 44.88º 0.49% 0.5% -
HSV(B) 44.88º 0.65% 0.75% -
XYZ 34.65 36.15 10.46 -
YUV 157.78 76.77 150.98 -
System Red Green Blue C M Y K H S L
Decimal 190 159 67 0 0.16 0.65 0.25 44.88 0.49 0.5
Hex BE 9F 43 0 10 41 19 2D 31 32
Octal 276 237 103 0 20 101 31 55 61 62
Binary 10111110 10011111 1000011 0 10000 1000001 11001 101101 110001 110010

Color Harmonies of #BE9F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9F43

Black with #BE9F43

Text Example


Text Example

White with #BE9F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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