Html Css Color HEX #BB9244 Roti

📋 copy color: '#BB9244'

red 187 ◦ green 146 ◦ blue 68

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

Shades of Roti #BB9244

Tints of Roti #BB9244

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.41%

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

R = 46.63%
G = 36.41%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB9244 (or 0xBB9244) is known color: Roti. HEX triplet: BB, 92 and 44. RGB value is (187,146,68). Sum of RGB (Red+Green+Blue) = 187+146+68=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9244 is #446DBB. Grayscale: #959595. Windows color (decimal): -4484540 or 4494011. OLE color: 4494011.

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

Color convert

RGB 187 146 68 -
CMYK 0 0.22 0.64 0.27
HSL 39.33º 0.47% 0.5% -
HSV(B) 39.33º 0.64% 0.73% -
XYZ 31.82 31.54 9.88 -
YUV 149.37 82.08 154.84 -
System Red Green Blue C M Y K H S L
Decimal 187 146 68 0 0.22 0.64 0.27 39.33 0.47 0.5
Hex BB 92 44 0 16 40 1B 27 2F 32
Octal 273 222 104 0 26 100 33 47 57 62
Binary 10111011 10010010 1000100 0 10110 1000000 11011 100111 101111 110010

Color Harmonies of #BB9244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9244

Black with #BB9244

Text Example


Text Example

White with #BB9244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9244; }

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

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

background-color css

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

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

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

border-color css

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

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

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