Html Css Color HEX #BE9C44 Roti

📋 copy color: '#BE9C44'

red 190 ◦ green 156 ◦ blue 68

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

Shades of Roti #BE9C44

Tints of Roti #BE9C44

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.68%

 BLUE value IS 68 (26.95% from 255) = 16.43%

R = 45.89%
G = 37.68%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE9C44 (or 0xBE9C44) is known color: Roti. HEX triplet: BE, 9C and 44. RGB value is (190,156,68). Sum of RGB (Red+Green+Blue) = 190+156+68=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9C44 is #4163BB. Grayscale: #9C9C9C. Windows color (decimal): -4285372 or 4496574. OLE color: 4496574.

HSL color Cylindrical-coordinate representation of color #BE9C44: hue angle of 43.28º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE9C44 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 156 68 -
CMYK 0 0.18 0.64 0.25
HSL 43.28º 0.48% 0.51% -
HSV(B) 43.28º 0.64% 0.75% -
XYZ 34.17 35.14 10.45 -
YUV 156.13 78.26 152.16 -
System Red Green Blue C M Y K H S L
Decimal 190 156 68 0 0.18 0.64 0.25 43.28 0.48 0.51
Hex BE 9C 44 0 12 40 19 2B 30 33
Octal 276 234 104 0 22 100 31 53 60 63
Binary 10111110 10011100 1000100 0 10010 1000000 11001 101011 110000 110011

Color Harmonies of #BE9C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9C44

Black with #BE9C44

Text Example


Text Example

White with #BE9C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9C44; }

 p { color: rgb(190,156,68); }

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

background-color css

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

 a { background-color: rgb(190,156,68); }

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

border-color css

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

 span { border-color: rgb(190,156,68); }

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