Html Css Color HEX #B67C71 Brandy Rose

📋 copy color: '#B67C71'

red 182 ◦ green 124 ◦ blue 113

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

Shades of Brandy Rose #B67C71

Tints of Brandy Rose #B67C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.59%

 BLUE value IS 113 (44.53% from 255) = 26.97%

R = 43.44%
G = 29.59%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B67C71 (or 0xB67C71) is known color: Brandy Rose. HEX triplet: B6, 7C and 71. RGB value is (182,124,113). Sum of RGB (Red+Green+Blue) = 182+124+113=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C71 is #49838E. Grayscale: #8C8C8C. Windows color (decimal): -4817807 or 7437494. OLE color: 7437494.

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

Color convert

RGB 182 124 113 -
CMYK 0 0.32 0.38 0.29
HSL 9.57º 0.32% 0.58% -
HSV(B) 9.57º 0.38% 0.71% -
XYZ 29.48 25.55 19 -
YUV 140.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 182 124 113 0 0.32 0.38 0.29 9.57 0.32 0.58
Hex B6 7C 71 0 20 26 1D A 20 3A
Octal 266 174 161 0 40 46 35 12 40 72
Binary 10110110 1111100 1110001 0 100000 100110 11101 1010 100000 111010

Color Harmonies of #B67C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C71

Black with #B67C71

Text Example


Text Example

White with #B67C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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