Html Css Color HEX #B68984 Brandy Rose

📋 copy color: '#B68984'

red 182 ◦ green 137 ◦ blue 132

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

Shades of Brandy Rose #B68984

Tints of Brandy Rose #B68984

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.38%

 BLUE value IS 132 (51.95% from 255) = 29.27%

R = 40.35%
G = 30.38%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B68984 (or 0xB68984) is known color: Brandy Rose. HEX triplet: B6, 89 and 84. RGB value is (182,137,132). Sum of RGB (Red+Green+Blue) = 182+137+132=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B68984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68984 is #49767B. Grayscale: #959595. Windows color (decimal): -4814460 or 8686006. OLE color: 8686006.

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

Color convert

RGB 182 137 132 -
CMYK 0 0.25 0.27 0.29
HSL 0.26% 0.62% -
HSV(B) 0.27% 0.71% -
XYZ 32.4 29.5 25.82 -
YUV 149.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 182 137 132 0 0.25 0.27 0.29 6 0.26 0.62
Hex B6 89 84 0 19 1B 1D 6 1A 3E
Octal 266 211 204 0 31 33 35 6 32 76
Binary 10110110 10001001 10000100 0 11001 11011 11101 110 11010 111110

Color Harmonies of #B68984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68984

Black with #B68984

Text Example


Text Example

White with #B68984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68984; }

 p { color: rgb(182,137,132); }

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

background-color css

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

 a { background-color: rgb(182,137,132); }

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

border-color css

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

 span { border-color: rgb(182,137,132); }

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