Html Css Color HEX #BD9946 Roti

📋 copy color: '#BD9946'

red 189 ◦ green 153 ◦ blue 70

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

Shades of Roti #BD9946

Tints of Roti #BD9946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.99%

R = 45.87%
G = 37.14%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD9946 (or 0xBD9946) is known color: Roti. HEX triplet: BD, 99 and 46. RGB value is (189,153,70). Sum of RGB (Red+Green+Blue) = 189+153+70=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9946 is #4266B9. Grayscale: #9A9A9A. Windows color (decimal): -4351674 or 4626877. OLE color: 4626877.

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

Color convert

RGB 189 153 70 -
CMYK 0 0.19 0.63 0.26
HSL 41.85º 0.47% 0.51% -
HSV(B) 41.85º 0.63% 0.74% -
XYZ 33.48 34.04 10.6 -
YUV 154.3 80.43 152.75 -
System Red Green Blue C M Y K H S L
Decimal 189 153 70 0 0.19 0.63 0.26 41.85 0.47 0.51
Hex BD 99 46 0 13 3F 1A 2A 2F 33
Octal 275 231 106 0 23 77 32 52 57 63
Binary 10111101 10011001 1000110 0 10011 111111 11010 101010 101111 110011

Color Harmonies of #BD9946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9946

Black with #BD9946

Text Example


Text Example

White with #BD9946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9946; }

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

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

background-color css

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

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

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

border-color css

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

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

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