Html Css Color HEX #BB9944 Roti

📋 copy color: '#BB9944'

red 187 ◦ green 153 ◦ blue 68

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

Shades of Roti #BB9944

Tints of Roti #BB9944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.67%

R = 45.83%
G = 37.5%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB9944 (or 0xBB9944) is known color: Roti. HEX triplet: BB, 99 and 44. RGB value is (187,153,68). Sum of RGB (Red+Green+Blue) = 187+153+68=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 68 (26.95% from 255 or 16.67% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9944 is #4466BB. Grayscale: #999999. Windows color (decimal): -4482748 or 4495803. OLE color: 4495803.

HSL color Cylindrical-coordinate representation of color #BB9944: hue angle of 42.86º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB9944 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 153 68 -
CMYK 0 0.18 0.64 0.27
HSL 42.86º 0.47% 0.5% -
HSV(B) 42.86º 0.64% 0.73% -
XYZ 32.93 33.76 10.25 -
YUV 153.48 79.76 151.91 -
System Red Green Blue C M Y K H S L
Decimal 187 153 68 0 0.18 0.64 0.27 42.86 0.47 0.5
Hex BB 99 44 0 12 40 1B 2B 2F 32
Octal 273 231 104 0 22 100 33 53 57 62
Binary 10111011 10011001 1000100 0 10010 1000000 11011 101011 101111 110010

Color Harmonies of #BB9944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9944

Black with #BB9944

Text Example


Text Example

White with #BB9944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9944; }

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

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

background-color css

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

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

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

border-color css

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

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

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