Html Css Color HEX #B67C77 Brandy Rose

📋 copy color: '#B67C77'

red 182 ◦ green 124 ◦ blue 119

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

Shades of Brandy Rose #B67C77

Tints of Brandy Rose #B67C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28%

R = 42.82%
G = 29.18%
B = 28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B67C77 (or 0xB67C77) is known color: Brandy Rose. HEX triplet: B6, 7C and 77. RGB value is (182,124,119). Sum of RGB (Red+Green+Blue) = 182+124+119=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C77 is #498388. Grayscale: #8C8C8C. Windows color (decimal): -4817801 or 7830710. OLE color: 7830710.

HSL color Cylindrical-coordinate representation of color #B67C77: hue angle of 4.76º 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 #B67C77 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 124 119 -
CMYK 0 0.32 0.35 0.29
HSL 4.76º 0.3% 0.59% -
HSV(B) 4.76º 0.35% 0.71% -
XYZ 29.83 25.69 20.84 -
YUV 140.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 182 124 119 0 0.32 0.35 0.29 4.76 0.3 0.59
Hex B6 7C 77 0 20 23 1D 5 1E 3B
Octal 266 174 167 0 40 43 35 5 36 73
Binary 10110110 1111100 1110111 0 100000 100011 11101 101 11110 111011

Color Harmonies of #B67C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C77

Black with #B67C77

Text Example


Text Example

White with #B67C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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