Html Css Color HEX #B89484 Del Rio

📋 copy color: '#B89484'

red 184 ◦ green 148 ◦ blue 132

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

Shades of Del Rio #B89484

Tints of Del Rio #B89484

RGB

 RED value IS 184 (72.27% from 255) = 39.66%

 GREEN value IS 148 (58.2% from 255) = 31.9%

 BLUE value IS 132 (51.95% from 255) = 28.45%

R = 39.66%
G = 31.9%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B89484 (or 0xB89484) is known color: Del Rio. HEX triplet: B8, 94 and 84. RGB value is (184,148,132). Sum of RGB (Red+Green+Blue) = 184+148+132=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B89484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89484 is #476B7B. Grayscale: #9D9D9D. Windows color (decimal): -4680572 or 8688824. OLE color: 8688824.

HSL color Cylindrical-coordinate representation of color #B89484: hue angle of 18.46º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B89484 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 148 132 -
CMYK 0 0.20 0.28 0.28
HSL 18.46º 0.27% 0.62% -
HSV(B) 18.46º 0.28% 0.72% -
XYZ 34.52 33.04 26.39 -
YUV 156.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 184 148 132 0 0.20 0.28 0.28 18.46 0.27 0.62
Hex B8 94 84 0 14 1C 1C 12 1B 3E
Octal 270 224 204 0 24 34 34 22 33 76
Binary 10111000 10010100 10000100 0 10100 11100 11100 10010 11011 111110

Color Harmonies of #B89484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89484

Black with #B89484

Text Example


Text Example

White with #B89484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89484; }

 p { color: rgb(184,148,132); }

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

background-color css

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

 a { background-color: rgb(184,148,132); }

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

border-color css

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

 span { border-color: rgb(184,148,132); }

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