Html Css Color HEX #B68179 Brandy Rose

📋 copy color: '#B68179'

red 182 ◦ green 129 ◦ blue 121

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

Shades of Brandy Rose #B68179

Tints of Brandy Rose #B68179

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.86%

 BLUE value IS 121 (47.66% from 255) = 28.01%

R = 42.13%
G = 29.86%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B68179 (or 0xB68179) is known color: Brandy Rose. HEX triplet: B6, 81 and 79. RGB value is (182,129,121). Sum of RGB (Red+Green+Blue) = 182+129+121=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B68179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68179 is #497E86. Grayscale: #909090. Windows color (decimal): -4816519 or 7963062. OLE color: 7963062.

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

Color convert

RGB 182 129 121 -
CMYK 0 0.29 0.34 0.29
HSL 7.87º 0.29% 0.59% -
HSV(B) 7.87º 0.34% 0.71% -
XYZ 30.59 27.03 21.69 -
YUV 143.94 115.06 155.15 -
System Red Green Blue C M Y K H S L
Decimal 182 129 121 0 0.29 0.34 0.29 7.87 0.29 0.59
Hex B6 81 79 0 1D 22 1D 8 1D 3B
Octal 266 201 171 0 35 42 35 10 35 73
Binary 10110110 10000001 1111001 0 11101 100010 11101 1000 11101 111011

Color Harmonies of #B68179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68179

Black with #B68179

Text Example


Text Example

White with #B68179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68179; }

 p { color: rgb(182,129,121); }

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

background-color css

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

 a { background-color: rgb(182,129,121); }

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

border-color css

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

 span { border-color: rgb(182,129,121); }

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