Html Css Color HEX #BB9641 Roti

📋 copy color: '#BB9641'

red 187 ◦ green 150 ◦ blue 65

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

Shades of Roti #BB9641

Tints of Roti #BB9641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.17%

R = 46.52%
G = 37.31%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB9641 (or 0xBB9641) is known color: Roti. HEX triplet: BB, 96 and 41. RGB value is (187,150,65). Sum of RGB (Red+Green+Blue) = 187+150+65=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9641 is #4469BE. Grayscale: #979797. Windows color (decimal): -4483519 or 4298427. OLE color: 4298427.

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

Color convert

RGB 187 150 65 -
CMYK 0 0.20 0.65 0.27
HSL 41.8º 0.48% 0.49% -
HSV(B) 41.8º 0.65% 0.73% -
XYZ 32.35 32.76 9.62 -
YUV 151.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 187 150 65 0 0.20 0.65 0.27 41.8 0.48 0.49
Hex BB 96 41 0 14 41 1B 2A 30 31
Octal 273 226 101 0 24 101 33 52 60 61
Binary 10111011 10010110 1000001 0 10100 1000001 11011 101010 110000 110001

Color Harmonies of #BB9641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9641

Black with #BB9641

Text Example


Text Example

White with #BB9641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9641; }

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

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

background-color css

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

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

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

border-color css

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

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

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