Html Css Color HEX #BD993D Roti

📋 copy color: '#BD993D'

red 189 ◦ green 153 ◦ blue 61

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

Shades of Roti #BD993D

Tints of Roti #BD993D

RGB

 RED value IS 189 (74.22% from 255) = 46.9%

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

 BLUE value IS 61 (24.22% from 255) = 15.14%

R = 46.9%
G = 37.97%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD993D (or 0xBD993D) is known color: Roti. HEX triplet: BD, 99 and 3D. RGB value is (189,153,61). Sum of RGB (Red+Green+Blue) = 189+153+61=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD993D is #4266C2. Grayscale: #999999. Windows color (decimal): -4351683 or 4037053. OLE color: 4037053.

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

Color convert

RGB 189 153 61 -
CMYK 0 0.19 0.68 0.26
HSL 43.13º 0.51% 0.49% -
HSV(B) 43.13º 0.68% 0.74% -
XYZ 33.22 33.94 9.21 -
YUV 153.28 75.93 153.48 -
System Red Green Blue C M Y K H S L
Decimal 189 153 61 0 0.19 0.68 0.26 43.13 0.51 0.49
Hex BD 99 3D 0 13 44 1A 2B 33 31
Octal 275 231 75 0 23 104 32 53 63 61
Binary 10111101 10011001 111101 0 10011 1000100 11010 101011 110011 110001

Color Harmonies of #BD993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD993D

Black with #BD993D

Text Example


Text Example

White with #BD993D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD993D; }

 p { color: rgb(189,153,61); }

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

background-color css

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

 a { background-color: rgb(189,153,61); }

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

border-color css

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

 span { border-color: rgb(189,153,61); }

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