Html Css Color HEX #BB994A Roti

📋 copy color: '#BB994A'

red 187 ◦ green 153 ◦ blue 74

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

Shades of Roti #BB994A

Tints of Roti #BB994A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.96%

 BLUE value IS 74 (29.3% from 255) = 17.87%

R = 45.17%
G = 36.96%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB994A (or 0xBB994A) is known color: Roti. HEX triplet: BB, 99 and 4A. RGB value is (187,153,74). Sum of RGB (Red+Green+Blue) = 187+153+74=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB994A is #4466B5. Grayscale: #9A9A9A. Windows color (decimal): -4482742 or 4889019. OLE color: 4889019.

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

Color convert

RGB 187 153 74 -
CMYK 0 0.18 0.60 0.27
HSL 41.95º 0.45% 0.51% -
HSV(B) 41.95º 0.6% 0.73% -
XYZ 33.12 33.84 11.27 -
YUV 154.16 82.76 151.42 -
System Red Green Blue C M Y K H S L
Decimal 187 153 74 0 0.18 0.60 0.27 41.95 0.45 0.51
Hex BB 99 4A 0 12 3C 1B 2A 2D 33
Octal 273 231 112 0 22 74 33 52 55 63
Binary 10111011 10011001 1001010 0 10010 111100 11011 101010 101101 110011

Color Harmonies of #BB994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB994A

Black with #BB994A

Text Example


Text Example

White with #BB994A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB994A; }

 p { color: rgb(187,153,74); }

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

background-color css

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

 a { background-color: rgb(187,153,74); }

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

border-color css

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

 span { border-color: rgb(187,153,74); }

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