Html Css Color HEX #BB993E Roti

📋 copy color: '#BB993E'

red 187 ◦ green 153 ◦ blue 62

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

Shades of Roti #BB993E

Tints of Roti #BB993E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.42%

R = 46.52%
G = 38.06%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB993E (or 0xBB993E) is known color: Roti. HEX triplet: BB, 99 and 3E. RGB value is (187,153,62). Sum of RGB (Red+Green+Blue) = 187+153+62=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB993E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB993E is #4466C1. Grayscale: #999999. Windows color (decimal): -4482754 or 4102587. OLE color: 4102587.

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

Color convert

RGB 187 153 62 -
CMYK 0 0.18 0.67 0.27
HSL 43.68º 0.5% 0.49% -
HSV(B) 43.68º 0.67% 0.73% -
XYZ 32.75 33.7 9.33 -
YUV 152.79 76.76 152.4 -
System Red Green Blue C M Y K H S L
Decimal 187 153 62 0 0.18 0.67 0.27 43.68 0.5 0.49
Hex BB 99 3E 0 12 43 1B 2C 32 31
Octal 273 231 76 0 22 103 33 54 62 61
Binary 10111011 10011001 111110 0 10010 1000011 11011 101100 110010 110001

Color Harmonies of #BB993E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB993E

Black with #BB993E

Text Example


Text Example

White with #BB993E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB993E; }

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

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

background-color css

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

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

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

border-color css

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

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

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