Html Css Color HEX #B77D6A Brandy Rose

📋 copy color: '#B77D6A'

red 183 ◦ green 125 ◦ blue 106

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

Shades of Brandy Rose #B77D6A

Tints of Brandy Rose #B77D6A

RGB

 RED value IS 183 (71.88% from 255) = 44.2%

 GREEN value IS 125 (49.22% from 255) = 30.19%

 BLUE value IS 106 (41.8% from 255) = 25.6%

R = 44.2%
G = 30.19%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B77D6A (or 0xB77D6A) is known color: Brandy Rose. HEX triplet: B7, 7D and 6A. RGB value is (183,125,106). Sum of RGB (Red+Green+Blue) = 183+125+106=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77D6A is #488295. Grayscale: #8C8C8C. Windows color (decimal): -4752022 or 6978999. OLE color: 6978999.

HSL color Cylindrical-coordinate representation of color #B77D6A: hue angle of 14.81º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B77D6A is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 125 106 -
CMYK 0 0.32 0.42 0.28
HSL 14.81º 0.35% 0.57% -
HSV(B) 14.81º 0.42% 0.72% -
XYZ 29.46 25.78 17.06 -
YUV 140.18 108.72 158.54 -
System Red Green Blue C M Y K H S L
Decimal 183 125 106 0 0.32 0.42 0.28 14.81 0.35 0.57
Hex B7 7D 6A 0 20 2A 1C F 23 39
Octal 267 175 152 0 40 52 34 17 43 71
Binary 10110111 1111101 1101010 0 100000 101010 11100 1111 100011 111001

Color Harmonies of #B77D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77D6A

Black with #B77D6A

Text Example


Text Example

White with #B77D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77D6A; }

 p { color: rgb(183,125,106); }

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

background-color css

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

 a { background-color: rgb(183,125,106); }

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

border-color css

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

 span { border-color: rgb(183,125,106); }

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