Html Css Color HEX #B09689 Del Rio

📋 copy color: '#B09689'

red 176 ◦ green 150 ◦ blue 137

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

Shades of Del Rio #B09689

Tints of Del Rio #B09689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.4%

 BLUE value IS 137 (53.91% from 255) = 29.59%

R = 38.01%
G = 32.4%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B09689 (or 0xB09689) is known color: Del Rio. HEX triplet: B0, 96 and 89. RGB value is (176,150,137). Sum of RGB (Red+Green+Blue) = 176+150+137=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B09689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09689 is #4F6976. Grayscale: #9C9C9C. Windows color (decimal): -5204343 or 9017008. OLE color: 9017008.

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

Color convert

RGB 176 150 137 -
CMYK 0 0.15 0.22 0.31
HSL 20º 0.2% 0.61% -
HSV(B) 20º 0.22% 0.69% -
XYZ 33.33 32.85 28.25 -
YUV 156.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 176 150 137 0 0.15 0.22 0.31 20 0.2 0.61
Hex B0 96 89 0 F 16 1F 14 14 3D
Octal 260 226 211 0 17 26 37 24 24 75
Binary 10110000 10010110 10001001 0 1111 10110 11111 10100 10100 111101

Color Harmonies of #B09689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09689

Black with #B09689

Text Example


Text Example

White with #B09689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09689; }

 p { color: rgb(176,150,137); }

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

background-color css

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

 a { background-color: rgb(176,150,137); }

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

border-color css

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

 span { border-color: rgb(176,150,137); }

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