Html Css Color HEX #BB9645 Roti

📋 copy color: '#BB9645'

red 187 ◦ green 150 ◦ blue 69

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

Shades of Roti #BB9645

Tints of Roti #BB9645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17%

R = 46.06%
G = 36.95%
B = 17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB9645 (or 0xBB9645) is known color: Roti. HEX triplet: BB, 96 and 45. RGB value is (187,150,69). Sum of RGB (Red+Green+Blue) = 187+150+69=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9645 is #4469BA. Grayscale: #989898. Windows color (decimal): -4483515 or 4560571. OLE color: 4560571.

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

Color convert

RGB 187 150 69 -
CMYK 0 0.20 0.63 0.27
HSL 41.19º 0.46% 0.5% -
HSV(B) 41.19º 0.63% 0.73% -
XYZ 32.47 32.81 10.25 -
YUV 151.83 81.26 153.09 -
System Red Green Blue C M Y K H S L
Decimal 187 150 69 0 0.20 0.63 0.27 41.19 0.46 0.5
Hex BB 96 45 0 14 3F 1B 29 2E 32
Octal 273 226 105 0 24 77 33 51 56 62
Binary 10111011 10010110 1000101 0 10100 111111 11011 101001 101110 110010

Color Harmonies of #BB9645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9645

Black with #BB9645

Text Example


Text Example

White with #BB9645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9645; }

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

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

background-color css

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

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

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

border-color css

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

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

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