Html Css Color HEX #BBA391 Del Rio

📋 copy color: '#BBA391'

red 187 ◦ green 163 ◦ blue 145

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

Shades of Del Rio #BBA391

Tints of Del Rio #BBA391

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.93%

 BLUE value IS 145 (57.03% from 255) = 29.29%

R = 37.78%
G = 32.93%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BBA391 (or 0xBBA391) is known color: Del Rio. HEX triplet: BB, A3 and 91. RGB value is (187,163,145). Sum of RGB (Red+Green+Blue) = 187+163+145=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA391 is #445C6E. Grayscale: #A8A8A8. Windows color (decimal): -4480111 or 9544635. OLE color: 9544635.

HSL color Cylindrical-coordinate representation of color #BBA391: hue angle of 25.71º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBA391 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 163 145 -
CMYK 0 0.13 0.22 0.27
HSL 25.71º 0.24% 0.65% -
HSV(B) 25.71º 0.22% 0.73% -
XYZ 38.7 38.8 32.24 -
YUV 168.12 114.95 141.46 -
System Red Green Blue C M Y K H S L
Decimal 187 163 145 0 0.13 0.22 0.27 25.71 0.24 0.65
Hex BB A3 91 0 D 16 1B 1A 18 41
Octal 273 243 221 0 15 26 33 32 30 101
Binary 10111011 10100011 10010001 0 1101 10110 11011 11010 11000 1000001

Color Harmonies of #BBA391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA391

Black with #BBA391

Text Example


Text Example

White with #BBA391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA391; }

 p { color: rgb(187,163,145); }

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

background-color css

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

 a { background-color: rgb(187,163,145); }

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

border-color css

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

 span { border-color: rgb(187,163,145); }

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