Html Css Color HEX #B68C7C Brandy Rose

📋 copy color: '#B68C7C'

red 182 ◦ green 140 ◦ blue 124

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

Shades of Brandy Rose #B68C7C

Tints of Brandy Rose #B68C7C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.39%

 BLUE value IS 124 (48.83% from 255) = 27.8%

R = 40.81%
G = 31.39%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B68C7C (or 0xB68C7C) is known color: Brandy Rose. HEX triplet: B6, 8C and 7C. RGB value is (182,140,124). Sum of RGB (Red+Green+Blue) = 182+140+124=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68C7C is #497383. Grayscale: #969696. Windows color (decimal): -4813700 or 8162486. OLE color: 8162486.

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

Color convert

RGB 182 140 124 -
CMYK 0 0.23 0.32 0.29
HSL 16.55º 0.28% 0.6% -
HSV(B) 16.55º 0.32% 0.71% -
XYZ 32.31 30.16 23.19 -
YUV 150.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 182 140 124 0 0.23 0.32 0.29 16.55 0.28 0.6
Hex B6 8C 7C 0 17 20 1D 11 1C 3C
Octal 266 214 174 0 27 40 35 21 34 74
Binary 10110110 10001100 1111100 0 10111 100000 11101 10001 11100 111100

Color Harmonies of #B68C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68C7C

Black with #B68C7C

Text Example


Text Example

White with #B68C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68C7C; }

 p { color: rgb(182,140,124); }

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

background-color css

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

 a { background-color: rgb(182,140,124); }

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

border-color css

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

 span { border-color: rgb(182,140,124); }

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