Html Css Color HEX #B69082 Del Rio

📋 copy color: '#B69082'

red 182 ◦ green 144 ◦ blue 130

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

Shades of Del Rio #B69082

Tints of Del Rio #B69082

RGB

 RED value IS 182 (71.48% from 255) = 39.91%

 GREEN value IS 144 (56.64% from 255) = 31.58%

 BLUE value IS 130 (51.17% from 255) = 28.51%

R = 39.91%
G = 31.58%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B69082 (or 0xB69082) is known color: Del Rio. HEX triplet: B6, 90 and 82. RGB value is (182,144,130). Sum of RGB (Red+Green+Blue) = 182+144+130=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B69082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69082 is #496F7D. Grayscale: #999999. Windows color (decimal): -4812670 or 8556726. OLE color: 8556726.

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

Color convert

RGB 182 144 130 -
CMYK 0 0.21 0.29 0.29
HSL 16.15º 0.26% 0.61% -
HSV(B) 16.15º 0.29% 0.71% -
XYZ 33.29 31.5 25.45 -
YUV 153.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 182 144 130 0 0.21 0.29 0.29 16.15 0.26 0.61
Hex B6 90 82 0 15 1D 1D 10 1A 3D
Octal 266 220 202 0 25 35 35 20 32 75
Binary 10110110 10010000 10000010 0 10101 11101 11101 10000 11010 111101

Color Harmonies of #B69082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69082

Black with #B69082

Text Example


Text Example

White with #B69082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69082; }

 p { color: rgb(182,144,130); }

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

background-color css

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

 a { background-color: rgb(182,144,130); }

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

border-color css

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

 span { border-color: rgb(182,144,130); }

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