Html Css Color HEX #B7968A Del Rio

📋 copy color: '#B7968A'

red 183 ◦ green 150 ◦ blue 138

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

Shades of Del Rio #B7968A

Tints of Del Rio #B7968A

RGB

 RED value IS 183 (71.88% from 255) = 38.85%

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

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

R = 38.85%
G = 31.85%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B7968A (or 0xB7968A) is known color: Del Rio. HEX triplet: B7, 96 and 8A. RGB value is (183,150,138). Sum of RGB (Red+Green+Blue) = 183+150+138=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B7968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7968A is #486975. Grayscale: #9E9E9E. Windows color (decimal): -4745590 or 9082551. OLE color: 9082551.

HSL color Cylindrical-coordinate representation of color #B7968A: hue angle of 16º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7968A is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 150 138 -
CMYK 0 0.18 0.25 0.28
HSL 16º 0.24% 0.63% -
HSV(B) 16º 0.25% 0.72% -
XYZ 35.02 33.71 28.71 -
YUV 158.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 183 150 138 0 0.18 0.25 0.28 16 0.24 0.63
Hex B7 96 8A 0 12 19 1C 10 18 3F
Octal 267 226 212 0 22 31 34 20 30 77
Binary 10110111 10010110 10001010 0 10010 11001 11100 10000 11000 111111

Color Harmonies of #B7968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7968A

Black with #B7968A

Text Example


Text Example

White with #B7968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7968A; }

 p { color: rgb(183,150,138); }

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

background-color css

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

 a { background-color: rgb(183,150,138); }

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

border-color css

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

 span { border-color: rgb(183,150,138); }

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