Html Css Color HEX #BB993F Roti

📋 copy color: '#BB993F'

red 187 ◦ green 153 ◦ blue 63

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

Shades of Roti #BB993F

Tints of Roti #BB993F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.63%

R = 46.4%
G = 37.97%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB993F (or 0xBB993F) is known color: Roti. HEX triplet: BB, 99 and 3F. RGB value is (187,153,63). Sum of RGB (Red+Green+Blue) = 187+153+63=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB993F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB993F is #4466C0. Grayscale: #999999. Windows color (decimal): -4482753 or 4168123. OLE color: 4168123.

HSL color Cylindrical-coordinate representation of color #BB993F: hue angle of 43.55º degrees, saturation: 0.5, 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 #BB993F is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 153 63 -
CMYK 0 0.18 0.66 0.27
HSL 43.55º 0.5% 0.49% -
HSV(B) 43.55º 0.66% 0.73% -
XYZ 32.78 33.71 9.48 -
YUV 152.91 77.26 152.32 -
System Red Green Blue C M Y K H S L
Decimal 187 153 63 0 0.18 0.66 0.27 43.55 0.5 0.49
Hex BB 99 3F 0 12 42 1B 2C 32 31
Octal 273 231 77 0 22 102 33 54 62 61
Binary 10111011 10011001 111111 0 10010 1000010 11011 101100 110010 110001

Color Harmonies of #BB993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB993F

Black with #BB993F

Text Example


Text Example

White with #BB993F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB993F; }

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

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

background-color css

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

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

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

border-color css

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

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

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