Html Css Color HEX #BB9640 Roti

📋 copy color: '#BB9640'

red 187 ◦ green 150 ◦ blue 64

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

Shades of Roti #BB9640

Tints of Roti #BB9640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.96%

R = 46.63%
G = 37.41%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB9640 (or 0xBB9640) is known color: Roti. HEX triplet: BB, 96 and 40. RGB value is (187,150,64). Sum of RGB (Red+Green+Blue) = 187+150+64=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9640 is #4469BF. Grayscale: #979797. Windows color (decimal): -4483520 or 4232891. OLE color: 4232891.

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

Color convert

RGB 187 150 64 -
CMYK 0 0.20 0.66 0.27
HSL 41.95º 0.49% 0.49% -
HSV(B) 41.95º 0.66% 0.73% -
XYZ 32.33 32.75 9.47 -
YUV 151.26 78.76 153.49 -
System Red Green Blue C M Y K H S L
Decimal 187 150 64 0 0.20 0.66 0.27 41.95 0.49 0.49
Hex BB 96 40 0 14 42 1B 2A 31 31
Octal 273 226 100 0 24 102 33 52 61 61
Binary 10111011 10010110 1000000 0 10100 1000010 11011 101010 110001 110001

Color Harmonies of #BB9640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9640

Black with #BB9640

Text Example


Text Example

White with #BB9640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9640; }

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

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

background-color css

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

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

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

border-color css

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

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

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