Html Css Color HEX #B2958A Del Rio

📋 copy color: '#B2958A'

red 178 ◦ green 149 ◦ blue 138

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

Shades of Del Rio #B2958A

Tints of Del Rio #B2958A

RGB

 RED value IS 178 (69.92% from 255) = 38.28%

 GREEN value IS 149 (58.59% from 255) = 32.04%

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

R = 38.28%
G = 32.04%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2958A (or 0xB2958A) is known color: Del Rio. HEX triplet: B2, 95 and 8A. RGB value is (178,149,138). Sum of RGB (Red+Green+Blue) = 178+149+138=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B2958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2958A is #4D6A75. Grayscale: #9C9C9C. Windows color (decimal): -5073526 or 9082290. OLE color: 9082290.

HSL color Cylindrical-coordinate representation of color #B2958A: hue angle of 16.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2958A is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 149 138 -
CMYK 0 0.16 0.22 0.30
HSL 16.5º 0.21% 0.62% -
HSV(B) 16.5º 0.22% 0.7% -
XYZ 33.69 32.79 28.6 -
YUV 156.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 178 149 138 0 0.16 0.22 0.30 16.5 0.21 0.62
Hex B2 95 8A 0 10 16 1E 10 15 3E
Octal 262 225 212 0 20 26 36 20 25 76
Binary 10110010 10010101 10001010 0 10000 10110 11110 10000 10101 111110

Color Harmonies of #B2958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2958A

Black with #B2958A

Text Example


Text Example

White with #B2958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2958A; }

 p { color: rgb(178,149,138); }

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

background-color css

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

 a { background-color: rgb(178,149,138); }

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

border-color css

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

 span { border-color: rgb(178,149,138); }

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