Html Css Color HEX #B4A293 Del Rio

📋 copy color: '#B4A293'

red 180 ◦ green 162 ◦ blue 147

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

Shades of Del Rio #B4A293

Tints of Del Rio #B4A293

RGB

 RED value IS 180 (70.7% from 255) = 36.81%

 GREEN value IS 162 (63.67% from 255) = 33.13%

 BLUE value IS 147 (57.81% from 255) = 30.06%

R = 36.81%
G = 33.13%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B4A293 (or 0xB4A293) is known color: Del Rio. HEX triplet: B4, A2 and 93. RGB value is (180,162,147). Sum of RGB (Red+Green+Blue) = 180+162+147=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A293 is #4B5D6C. Grayscale: #A5A5A5. Windows color (decimal): -4939117 or 9675444. OLE color: 9675444.

HSL color Cylindrical-coordinate representation of color #B4A293: hue angle of 27.27º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4A293 is Cyan = 0, Magento = 0.1, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 162 147 -
CMYK 0 0.1 0.18 0.29
HSL 27.27º 0.18% 0.64% -
HSV(B) 27.27º 0.18% 0.71% -
XYZ 37.01 37.65 32.92 -
YUV 165.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 180 162 147 0 0.1 0.18 0.29 27.27 0.18 0.64
Hex B4 A2 93 0 A 12 1D 1B 12 40
Octal 264 242 223 0 12 22 35 33 22 100
Binary 10110100 10100010 10010011 0 1010 10010 11101 11011 10010 1000000

Color Harmonies of #B4A293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A293

Black with #B4A293

Text Example


Text Example

White with #B4A293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A293; }

 p { color: rgb(180,162,147); }

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

background-color css

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

 a { background-color: rgb(180,162,147); }

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

border-color css

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

 span { border-color: rgb(180,162,147); }

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