Html Css Color HEX #B09C94 Del Rio

📋 copy color: '#B09C94'

red 176 ◦ green 156 ◦ blue 148

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

Shades of Del Rio #B09C94

Tints of Del Rio #B09C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.83%

R = 36.67%
G = 32.5%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B09C94 (or 0xB09C94) is known color: Del Rio. HEX triplet: B0, 9C and 94. RGB value is (176,156,148). Sum of RGB (Red+Green+Blue) = 176+156+148=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C94 is #4F636B. Grayscale: #A1A1A1. Windows color (decimal): -5202796 or 9739440. OLE color: 9739440.

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

Color convert

RGB 176 156 148 -
CMYK 0 0.11 0.16 0.31
HSL 17.14º 0.15% 0.64% -
HSV(B) 17.14º 0.16% 0.69% -
XYZ 35.14 35.15 32.95 -
YUV 161.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 176 156 148 0 0.11 0.16 0.31 17.14 0.15 0.64
Hex B0 9C 94 0 B 10 1F 11 F 40
Octal 260 234 224 0 13 20 37 21 17 100
Binary 10110000 10011100 10010100 0 1011 10000 11111 10001 1111 1000000

Color Harmonies of #B09C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09C94

Black with #B09C94

Text Example


Text Example

White with #B09C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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