Html Css Color HEX #BB9749 Roti

📋 copy color: '#BB9749'

red 187 ◦ green 151 ◦ blue 73

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

Shades of Roti #BB9749

Tints of Roti #BB9749

RGB

 RED value IS 187 (73.44% from 255) = 45.5%

 GREEN value IS 151 (59.38% from 255) = 36.74%

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

R = 45.5%
G = 36.74%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB9749 (or 0xBB9749) is known color: Roti. HEX triplet: BB, 97 and 49. RGB value is (187,151,73). Sum of RGB (Red+Green+Blue) = 187+151+73=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9749 is #4468B6. Grayscale: #999999. Windows color (decimal): -4483255 or 4822971. OLE color: 4822971.

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

Color convert

RGB 187 151 73 -
CMYK 0 0.19 0.61 0.27
HSL 41.05º 0.46% 0.51% -
HSV(B) 41.05º 0.61% 0.73% -
XYZ 32.76 33.18 10.98 -
YUV 152.87 82.93 152.34 -
System Red Green Blue C M Y K H S L
Decimal 187 151 73 0 0.19 0.61 0.27 41.05 0.46 0.51
Hex BB 97 49 0 13 3D 1B 29 2E 33
Octal 273 227 111 0 23 75 33 51 56 63
Binary 10111011 10010111 1001001 0 10011 111101 11011 101001 101110 110011

Color Harmonies of #BB9749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9749

Black with #BB9749

Text Example


Text Example

White with #BB9749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9749; }

 p { color: rgb(187,151,73); }

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

background-color css

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

 a { background-color: rgb(187,151,73); }

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

border-color css

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

 span { border-color: rgb(187,151,73); }

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