Html Css Color HEX #B09C90 Del Rio

📋 copy color: '#B09C90'

red 176 ◦ green 156 ◦ blue 144

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

Shades of Del Rio #B09C90

Tints of Del Rio #B09C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.25%

R = 36.97%
G = 32.77%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B09C90 (or 0xB09C90) is known color: Del Rio. HEX triplet: B0, 9C and 90. RGB value is (176,156,144). Sum of RGB (Red+Green+Blue) = 176+156+144=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C90 is #4F636F. Grayscale: #A0A0A0. Windows color (decimal): -5202800 or 9477296. OLE color: 9477296.

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

Color convert

RGB 176 156 144 -
CMYK 0 0.11 0.18 0.31
HSL 22.5º 0.17% 0.63% -
HSV(B) 22.5º 0.18% 0.69% -
XYZ 34.83 35.02 31.31 -
YUV 160.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 176 156 144 0 0.11 0.18 0.31 22.5 0.17 0.63
Hex B0 9C 90 0 B 12 1F 16 11 3F
Octal 260 234 220 0 13 22 37 26 21 77
Binary 10110000 10011100 10010000 0 1011 10010 11111 10110 10001 111111

Color Harmonies of #B09C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09C90

Black with #B09C90

Text Example


Text Example

White with #B09C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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