Html Css Color HEX #B09A8D Del Rio

📋 copy color: '#B09A8D'

red 176 ◦ green 154 ◦ blue 141

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

Shades of Del Rio #B09A8D

Tints of Del Rio #B09A8D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.7%

 BLUE value IS 141 (55.47% from 255) = 29.94%

R = 37.37%
G = 32.7%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B09A8D (or 0xB09A8D) is known color: Del Rio. HEX triplet: B0, 9A and 8D. RGB value is (176,154,141). Sum of RGB (Red+Green+Blue) = 176+154+141=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09A8D is #4F6572. Grayscale: #9F9F9F. Windows color (decimal): -5203315 or 9280176. OLE color: 9280176.

HSL color Cylindrical-coordinate representation of color #B09A8D: hue angle of 22.29º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B09A8D is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 154 141 -
CMYK 0 0.12 0.20 0.31
HSL 22.29º 0.18% 0.62% -
HSV(B) 22.29º 0.2% 0.69% -
XYZ 34.27 34.26 30.01 -
YUV 159.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 176 154 141 0 0.12 0.20 0.31 22.29 0.18 0.62
Hex B0 9A 8D 0 C 14 1F 16 12 3E
Octal 260 232 215 0 14 24 37 26 22 76
Binary 10110000 10011010 10001101 0 1100 10100 11111 10110 10010 111110

Color Harmonies of #B09A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09A8D

Black with #B09A8D

Text Example


Text Example

White with #B09A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09A8D; }

 p { color: rgb(176,154,141); }

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

background-color css

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

 a { background-color: rgb(176,154,141); }

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

border-color css

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

 span { border-color: rgb(176,154,141); }

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