Html Css Color HEX #BB9647 Roti

📋 copy color: '#BB9647'

red 187 ◦ green 150 ◦ blue 71

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

Shades of Roti #BB9647

Tints of Roti #BB9647

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.76%

 BLUE value IS 71 (28.13% from 255) = 17.4%

R = 45.83%
G = 36.76%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB9647 (or 0xBB9647) is known color: Roti. HEX triplet: BB, 96 and 47. RGB value is (187,150,71). Sum of RGB (Red+Green+Blue) = 187+150+71=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9647 is #4469B8. Grayscale: #989898. Windows color (decimal): -4483513 or 4691643. OLE color: 4691643.

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

Color convert

RGB 187 150 71 -
CMYK 0 0.20 0.62 0.27
HSL 40.86º 0.46% 0.51% -
HSV(B) 40.86º 0.62% 0.73% -
XYZ 32.54 32.83 10.58 -
YUV 152.06 82.26 152.92 -
System Red Green Blue C M Y K H S L
Decimal 187 150 71 0 0.20 0.62 0.27 40.86 0.46 0.51
Hex BB 96 47 0 14 3E 1B 29 2E 33
Octal 273 226 107 0 24 76 33 51 56 63
Binary 10111011 10010110 1000111 0 10100 111110 11011 101001 101110 110011

Color Harmonies of #BB9647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9647

Black with #BB9647

Text Example


Text Example

White with #BB9647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9647; }

 p { color: rgb(187,150,71); }

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

background-color css

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

 a { background-color: rgb(187,150,71); }

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

border-color css

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

 span { border-color: rgb(187,150,71); }

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