Html Css Color HEX #B09B8C Del Rio

📋 copy color: '#B09B8C'

red 176 ◦ green 155 ◦ blue 140

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

Shades of Del Rio #B09B8C

Tints of Del Rio #B09B8C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.91%

 BLUE value IS 140 (55.08% from 255) = 29.72%

R = 37.37%
G = 32.91%
B = 29.72%

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

#B09B8C (or 0xB09B8C) is known color: Del Rio. HEX triplet: B0, 9B and 8C. RGB value is (176,155,140). Sum of RGB (Red+Green+Blue) = 176+155+140=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09B8C is #4F6473. Grayscale: #9F9F9F. Windows color (decimal): -5203060 or 9214896. OLE color: 9214896.

HSL color Cylindrical-coordinate representation of color #B09B8C: hue angle of 25º degrees, saturation: 0.19, 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 #B09B8C is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 155 140 -
CMYK 0 0.12 0.20 0.31
HSL 25º 0.19% 0.62% -
HSV(B) 25º 0.2% 0.69% -
XYZ 34.36 34.57 29.67 -
YUV 159.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 176 155 140 0 0.12 0.20 0.31 25 0.19 0.62
Hex B0 9B 8C 0 C 14 1F 19 13 3E
Octal 260 233 214 0 14 24 37 31 23 76
Binary 10110000 10011011 10001100 0 1100 10100 11111 11001 10011 111110

Color Harmonies of #B09B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09B8C

Black with #B09B8C

Text Example


Text Example

White with #B09B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09B8C; }

 p { color: rgb(176,155,140); }

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

background-color css

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

 a { background-color: rgb(176,155,140); }

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

border-color css

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

 span { border-color: rgb(176,155,140); }

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