Html Css Color HEX #B68676 Brandy Rose

📋 copy color: '#B68676'

red 182 ◦ green 134 ◦ blue 118

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

Shades of Brandy Rose #B68676

Tints of Brandy Rose #B68676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.88%

 BLUE value IS 118 (46.48% from 255) = 27.19%

R = 41.94%
G = 30.88%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B68676 (or 0xB68676) is known color: Brandy Rose. HEX triplet: B6, 86 and 76. RGB value is (182,134,118). Sum of RGB (Red+Green+Blue) = 182+134+118=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B68676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68676 is #497989. Grayscale: #929292. Windows color (decimal): -4815242 or 7767734. OLE color: 7767734.

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

Color convert

RGB 182 134 118 -
CMYK 0 0.26 0.35 0.29
HSL 15º 0.3% 0.59% -
HSV(B) 15º 0.35% 0.71% -
XYZ 31.09 28.3 20.96 -
YUV 146.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 182 134 118 0 0.26 0.35 0.29 15 0.3 0.59
Hex B6 86 76 0 1A 23 1D F 1E 3B
Octal 266 206 166 0 32 43 35 17 36 73
Binary 10110110 10000110 1110110 0 11010 100011 11101 1111 11110 111011

Color Harmonies of #B68676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68676

Black with #B68676

Text Example


Text Example

White with #B68676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68676; }

 p { color: rgb(182,134,118); }

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

background-color css

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

 a { background-color: rgb(182,134,118); }

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

border-color css

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

 span { border-color: rgb(182,134,118); }

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