Html Css Color HEX #B68579 Brandy Rose

📋 copy color: '#B68579'

red 182 ◦ green 133 ◦ blue 121

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

Shades of Brandy Rose #B68579

Tints of Brandy Rose #B68579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.5%

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

R = 41.74%
G = 30.5%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B68579 (or 0xB68579) is known color: Brandy Rose. HEX triplet: B6, 85 and 79. RGB value is (182,133,121). Sum of RGB (Red+Green+Blue) = 182+133+121=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B68579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68579 is #497A86. Grayscale: #929292. Windows color (decimal): -4815495 or 7964086. OLE color: 7964086.

HSL color Cylindrical-coordinate representation of color #B68579: hue angle of 11.8º 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 #B68579 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 133 121 -
CMYK 0 0.27 0.34 0.29
HSL 11.8º 0.29% 0.59% -
HSV(B) 11.8º 0.34% 0.71% -
XYZ 31.13 28.1 21.87 -
YUV 146.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 182 133 121 0 0.27 0.34 0.29 11.8 0.29 0.59
Hex B6 85 79 0 1B 22 1D C 1D 3B
Octal 266 205 171 0 33 42 35 14 35 73
Binary 10110110 10000101 1111001 0 11011 100010 11101 1100 11101 111011

Color Harmonies of #B68579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68579

Black with #B68579

Text Example


Text Example

White with #B68579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68579; }

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

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

background-color css

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

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

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

border-color css

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

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

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