Html Css Color HEX #B09A8A Del Rio

📋 copy color: '#B09A8A'

red 176 ◦ green 154 ◦ blue 138

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

Shades of Del Rio #B09A8A

Tints of Del Rio #B09A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.49%

R = 37.61%
G = 32.91%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B09A8A (or 0xB09A8A) is known color: Del Rio. HEX triplet: B0, 9A and 8A. RGB value is (176,154,138). Sum of RGB (Red+Green+Blue) = 176+154+138=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09A8A is #4F6575. Grayscale: #9E9E9E. Windows color (decimal): -5203318 or 9083568. OLE color: 9083568.

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

Color convert

RGB 176 154 138 -
CMYK 0 0.12 0.22 0.31
HSL 25.26º 0.19% 0.62% -
HSV(B) 25.26º 0.22% 0.69% -
XYZ 34.05 34.18 28.85 -
YUV 158.75 116.29 140.3 -
System Red Green Blue C M Y K H S L
Decimal 176 154 138 0 0.12 0.22 0.31 25.26 0.19 0.62
Hex B0 9A 8A 0 C 16 1F 19 13 3E
Octal 260 232 212 0 14 26 37 31 23 76
Binary 10110000 10011010 10001010 0 1100 10110 11111 11001 10011 111110

Color Harmonies of #B09A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09A8A

Black with #B09A8A

Text Example


Text Example

White with #B09A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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