Html Css Color HEX #BB9441 Roti

📋 copy color: '#BB9441'

red 187 ◦ green 148 ◦ blue 65

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

Shades of Roti #BB9441

Tints of Roti #BB9441

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37%

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

R = 46.75%
G = 37%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB9441 (or 0xBB9441) is known color: Roti. HEX triplet: BB, 94 and 41. RGB value is (187,148,65). Sum of RGB (Red+Green+Blue) = 187+148+65=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9441 is #446BBE. Grayscale: #969696. Windows color (decimal): -4484031 or 4297915. OLE color: 4297915.

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

Color convert

RGB 187 148 65 -
CMYK 0 0.21 0.65 0.27
HSL 40.82º 0.48% 0.49% -
HSV(B) 40.82º 0.65% 0.73% -
XYZ 32.04 32.13 9.51 -
YUV 150.2 79.92 154.25 -
System Red Green Blue C M Y K H S L
Decimal 187 148 65 0 0.21 0.65 0.27 40.82 0.48 0.49
Hex BB 94 41 0 15 41 1B 29 30 31
Octal 273 224 101 0 25 101 33 51 60 61
Binary 10111011 10010100 1000001 0 10101 1000001 11011 101001 110000 110001

Color Harmonies of #BB9441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9441

Black with #BB9441

Text Example


Text Example

White with #BB9441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9441; }

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

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

background-color css

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

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

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

border-color css

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

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

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