Html Css Color HEX #BB9949 Roti

📋 copy color: '#BB9949'

red 187 ◦ green 153 ◦ blue 73

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

Shades of Roti #BB9949

Tints of Roti #BB9949

RGB

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

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

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

R = 45.28%
G = 37.05%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB9949 (or 0xBB9949) is known color: Roti. HEX triplet: BB, 99 and 49. RGB value is (187,153,73). Sum of RGB (Red+Green+Blue) = 187+153+73=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9949 is #4466B6. Grayscale: #9A9A9A. Windows color (decimal): -4482743 or 4823483. OLE color: 4823483.

HSL color Cylindrical-coordinate representation of color #BB9949: hue angle of 42.11º 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 #BB9949 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 153 73 -
CMYK 0 0.18 0.61 0.27
HSL 42.11º 0.46% 0.51% -
HSV(B) 42.11º 0.61% 0.73% -
XYZ 33.09 33.83 11.09 -
YUV 154.05 82.26 151.5 -
System Red Green Blue C M Y K H S L
Decimal 187 153 73 0 0.18 0.61 0.27 42.11 0.46 0.51
Hex BB 99 49 0 12 3D 1B 2A 2E 33
Octal 273 231 111 0 22 75 33 52 56 63
Binary 10111011 10011001 1001001 0 10010 111101 11011 101010 101110 110011

Color Harmonies of #BB9949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9949

Black with #BB9949

Text Example


Text Example

White with #BB9949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9949; }

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

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

background-color css

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

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

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

border-color css

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

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

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