Html Css Color HEX #BB983E Roti

📋 copy color: '#BB983E'

red 187 ◦ green 152 ◦ blue 62

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

Shades of Roti #BB983E

Tints of Roti #BB983E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.91%

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

R = 46.63%
G = 37.91%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB983E (or 0xBB983E) is known color: Roti. HEX triplet: BB, 98 and 3E. RGB value is (187,152,62). Sum of RGB (Red+Green+Blue) = 187+152+62=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB983E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB983E is #4467C1. Grayscale: #989898. Windows color (decimal): -4483010 or 4102331. OLE color: 4102331.

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

Color convert

RGB 187 152 62 -
CMYK 0 0.19 0.67 0.27
HSL 43.2º 0.5% 0.49% -
HSV(B) 43.2º 0.67% 0.73% -
XYZ 32.59 33.37 9.28 -
YUV 152.21 77.1 152.82 -
System Red Green Blue C M Y K H S L
Decimal 187 152 62 0 0.19 0.67 0.27 43.2 0.5 0.49
Hex BB 98 3E 0 13 43 1B 2B 32 31
Octal 273 230 76 0 23 103 33 53 62 61
Binary 10111011 10011000 111110 0 10011 1000011 11011 101011 110010 110001

Color Harmonies of #BB983E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB983E

Black with #BB983E

Text Example


Text Example

White with #BB983E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB983E; }

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

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

background-color css

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

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

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

border-color css

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

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

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