Html Css Color HEX #B77D6D Brandy Rose

📋 copy color: '#B77D6D'

red 183 ◦ green 125 ◦ blue 109

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

Shades of Brandy Rose #B77D6D

Tints of Brandy Rose #B77D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.14%

R = 43.88%
G = 29.98%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B77D6D (or 0xB77D6D) is known color: Brandy Rose. HEX triplet: B7, 7D and 6D. RGB value is (183,125,109). Sum of RGB (Red+Green+Blue) = 183+125+109=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77D6D is #488292. Grayscale: #8C8C8C. Windows color (decimal): -4752019 or 7175607. OLE color: 7175607.

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

Color convert

RGB 183 125 109 -
CMYK 0 0.32 0.40 0.28
HSL 12.97º 0.34% 0.57% -
HSV(B) 12.97º 0.4% 0.72% -
XYZ 29.62 25.84 17.89 -
YUV 140.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 183 125 109 0 0.32 0.40 0.28 12.97 0.34 0.57
Hex B7 7D 6D 0 20 28 1C D 22 39
Octal 267 175 155 0 40 50 34 15 42 71
Binary 10110111 1111101 1101101 0 100000 101000 11100 1101 100010 111001

Color Harmonies of #B77D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77D6D

Black with #B77D6D

Text Example


Text Example

White with #B77D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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