Html Css Color HEX #BD9949 Roti

📋 copy color: '#BD9949'

red 189 ◦ green 153 ◦ blue 73

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

Shades of Roti #BD9949

Tints of Roti #BD9949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.59%

R = 45.54%
G = 36.87%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD9949 (or 0xBD9949) is known color: Roti. HEX triplet: BD, 99 and 49. RGB value is (189,153,73). Sum of RGB (Red+Green+Blue) = 189+153+73=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9949 is #4266B6. Grayscale: #9B9B9B. Windows color (decimal): -4351671 or 4823485. OLE color: 4823485.

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

Color convert

RGB 189 153 73 -
CMYK 0 0.19 0.61 0.26
HSL 41.38º 0.47% 0.51% -
HSV(B) 41.38º 0.61% 0.74% -
XYZ 33.58 34.08 11.11 -
YUV 154.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 189 153 73 0 0.19 0.61 0.26 41.38 0.47 0.51
Hex BD 99 49 0 13 3D 1A 29 2F 33
Octal 275 231 111 0 23 75 32 51 57 63
Binary 10111101 10011001 1001001 0 10011 111101 11010 101001 101111 110011

Color Harmonies of #BD9949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9949

Black with #BD9949

Text Example


Text Example

White with #BD9949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9949; }

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

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

background-color css

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

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

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

border-color css

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

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

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