Html Css Color HEX #BB983A Roti

📋 copy color: '#BB983A'

red 187 ◦ green 152 ◦ blue 58

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

Shades of Roti #BB983A

Tints of Roti #BB983A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.61%

R = 47.1%
G = 38.29%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB983A (or 0xBB983A) is known color: Roti. HEX triplet: BB, 98 and 3A. RGB value is (187,152,58). Sum of RGB (Red+Green+Blue) = 187+152+58=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB983A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB983A is #4467C5. Grayscale: #989898. Windows color (decimal): -4483014 or 3840187. OLE color: 3840187.

HSL color Cylindrical-coordinate representation of color #BB983A: hue angle of 43.72º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB983A is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 152 58 -
CMYK 0 0.19 0.69 0.27
HSL 43.72º 0.53% 0.48% -
HSV(B) 43.72º 0.69% 0.73% -
XYZ 32.49 33.33 8.72 -
YUV 151.75 75.1 153.14 -
System Red Green Blue C M Y K H S L
Decimal 187 152 58 0 0.19 0.69 0.27 43.72 0.53 0.48
Hex BB 98 3A 0 13 45 1B 2C 35 30
Octal 273 230 72 0 23 105 33 54 65 60
Binary 10111011 10011000 111010 0 10011 1000101 11011 101100 110101 110000

Color Harmonies of #BB983A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB983A

Black with #BB983A

Text Example


Text Example

White with #BB983A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB983A; }

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

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

background-color css

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

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

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

border-color css

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

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

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