Html Css Color HEX #B68879 Brandy Rose

📋 copy color: '#B68879'

red 182 ◦ green 136 ◦ blue 121

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

Shades of Brandy Rose #B68879

Tints of Brandy Rose #B68879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.98%

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

R = 41.46%
G = 30.98%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B68879 (or 0xB68879) is known color: Brandy Rose. HEX triplet: B6, 88 and 79. RGB value is (182,136,121). Sum of RGB (Red+Green+Blue) = 182+136+121=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B68879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68879 is #497786. Grayscale: #949494. Windows color (decimal): -4814727 or 7964854. OLE color: 7964854.

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

Color convert

RGB 182 136 121 -
CMYK 0 0.25 0.34 0.29
HSL 14.75º 0.29% 0.59% -
HSV(B) 14.75º 0.34% 0.71% -
XYZ 31.55 28.93 22.01 -
YUV 148.04 112.74 152.22 -
System Red Green Blue C M Y K H S L
Decimal 182 136 121 0 0.25 0.34 0.29 14.75 0.29 0.59
Hex B6 88 79 0 19 22 1D F 1D 3B
Octal 266 210 171 0 31 42 35 17 35 73
Binary 10110110 10001000 1111001 0 11001 100010 11101 1111 11101 111011

Color Harmonies of #B68879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68879

Black with #B68879

Text Example


Text Example

White with #B68879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68879; }

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

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

background-color css

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

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

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

border-color css

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

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

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