Html Css Color HEX #B09C96 Del Rio

📋 copy color: '#B09C96'

red 176 ◦ green 156 ◦ blue 150

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

Shades of Del Rio #B09C96

Tints of Del Rio #B09C96

RGB

 RED value IS 176 (69.14% from 255) = 36.51%

 GREEN value IS 156 (61.33% from 255) = 32.37%

 BLUE value IS 150 (58.98% from 255) = 31.12%

R = 36.51%
G = 32.37%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B09C96 (or 0xB09C96) is known color: Del Rio. HEX triplet: B0, 9C and 96. RGB value is (176,156,150). Sum of RGB (Red+Green+Blue) = 176+156+150=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C96 is #4F6369. Grayscale: #A1A1A1. Windows color (decimal): -5202794 or 9870512. OLE color: 9870512.

HSL color Cylindrical-coordinate representation of color #B09C96: hue angle of 13.85º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B09C96 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 156 150 -
CMYK 0 0.11 0.15 0.31
HSL 13.85º 0.14% 0.64% -
HSV(B) 13.85º 0.15% 0.69% -
XYZ 35.3 35.21 33.79 -
YUV 161.3 121.63 138.49 -
System Red Green Blue C M Y K H S L
Decimal 176 156 150 0 0.11 0.15 0.31 13.85 0.14 0.64
Hex B0 9C 96 0 B F 1F E E 40
Octal 260 234 226 0 13 17 37 16 16 100
Binary 10110000 10011100 10010110 0 1011 1111 11111 1110 1110 1000000

Color Harmonies of #B09C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09C96

Black with #B09C96

Text Example


Text Example

White with #B09C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09C96; }

 p { color: rgb(176,156,150); }

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

background-color css

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

 a { background-color: rgb(176,156,150); }

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

border-color css

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

 span { border-color: rgb(176,156,150); }

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