Html Css Color HEX #B6857D Brandy Rose

📋 copy color: '#B6857D'

red 182 ◦ green 133 ◦ blue 125

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

Shades of Brandy Rose #B6857D

Tints of Brandy Rose #B6857D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.41%

R = 41.36%
G = 30.23%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6857D (or 0xB6857D) is known color: Brandy Rose. HEX triplet: B6, 85 and 7D. RGB value is (182,133,125). Sum of RGB (Red+Green+Blue) = 182+133+125=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B6857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6857D is #497A82. Grayscale: #929292. Windows color (decimal): -4815491 or 8226230. OLE color: 8226230.

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

Color convert

RGB 182 133 125 -
CMYK 0 0.27 0.31 0.29
HSL 8.42º 0.28% 0.6% -
HSV(B) 8.42º 0.31% 0.71% -
XYZ 31.38 28.2 23.19 -
YUV 146.74 115.73 153.15 -
System Red Green Blue C M Y K H S L
Decimal 182 133 125 0 0.27 0.31 0.29 8.42 0.28 0.6
Hex B6 85 7D 0 1B 1F 1D 8 1C 3C
Octal 266 205 175 0 33 37 35 10 34 74
Binary 10110110 10000101 1111101 0 11011 11111 11101 1000 11100 111100

Color Harmonies of #B6857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6857D

Black with #B6857D

Text Example


Text Example

White with #B6857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6857D; }

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

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

background-color css

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

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

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

border-color css

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

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

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