Html Css Color HEX #BB953A Roti

📋 copy color: '#BB953A'

red 187 ◦ green 149 ◦ blue 58

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

Shades of Roti #BB953A

Tints of Roti #BB953A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.82%

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

R = 47.46%
G = 37.82%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB953A (or 0xBB953A) is known color: Roti. HEX triplet: BB, 95 and 3A. RGB value is (187,149,58). Sum of RGB (Red+Green+Blue) = 187+149+58=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB953A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB953A is #446AC5. Grayscale: #969696. Windows color (decimal): -4483782 or 3839419. OLE color: 3839419.

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

Color convert

RGB 187 149 58 -
CMYK 0 0.20 0.69 0.27
HSL 42.33º 0.53% 0.48% -
HSV(B) 42.33º 0.69% 0.73% -
XYZ 32 32.37 8.56 -
YUV 149.99 76.09 154.4 -
System Red Green Blue C M Y K H S L
Decimal 187 149 58 0 0.20 0.69 0.27 42.33 0.53 0.48
Hex BB 95 3A 0 14 45 1B 2A 35 30
Octal 273 225 72 0 24 105 33 52 65 60
Binary 10111011 10010101 111010 0 10100 1000101 11011 101010 110101 110000

Color Harmonies of #BB953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB953A

Black with #BB953A

Text Example


Text Example

White with #BB953A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB953A; }

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

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

background-color css

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

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

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

border-color css

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

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

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