Html Css Color HEX #B77E6A Brandy Rose

📋 copy color: '#B77E6A'

red 183 ◦ green 126 ◦ blue 106

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

Shades of Brandy Rose #B77E6A

Tints of Brandy Rose #B77E6A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.36%

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

R = 44.1%
G = 30.36%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B77E6A (or 0xB77E6A) is known color: Brandy Rose. HEX triplet: B7, 7E and 6A. RGB value is (183,126,106). Sum of RGB (Red+Green+Blue) = 183+126+106=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E6A is #488195. Grayscale: #8C8C8C. Windows color (decimal): -4751766 or 6979255. OLE color: 6979255.

HSL color Cylindrical-coordinate representation of color #B77E6A: hue angle of 15.58º 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 #B77E6A is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 126 106 -
CMYK 0 0.31 0.42 0.28
HSL 15.58º 0.35% 0.57% -
HSV(B) 15.58º 0.42% 0.72% -
XYZ 29.59 26.03 17.1 -
YUV 140.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 183 126 106 0 0.31 0.42 0.28 15.58 0.35 0.57
Hex B7 7E 6A 0 1F 2A 1C 10 23 39
Octal 267 176 152 0 37 52 34 20 43 71
Binary 10110111 1111110 1101010 0 11111 101010 11100 10000 100011 111001

Color Harmonies of #B77E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77E6A

Black with #B77E6A

Text Example


Text Example

White with #B77E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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