Html Css Color HEX #B77E7D Brandy Rose

📋 copy color: '#B77E7D'

red 183 ◦ green 126 ◦ blue 125

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

Shades of Brandy Rose #B77E7D

Tints of Brandy Rose #B77E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.8%

R = 42.17%
G = 29.03%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B77E7D (or 0xB77E7D) is known color: Brandy Rose. HEX triplet: B7, 7E and 7D. RGB value is (183,126,125). Sum of RGB (Red+Green+Blue) = 183+126+125=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E7D is #488182. Grayscale: #8E8E8E. Windows color (decimal): -4751747 or 8224439. OLE color: 8224439.

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

Color convert

RGB 183 126 125 -
CMYK 0 0.31 0.32 0.28
HSL 1.03º 0.29% 0.6% -
HSV(B) 1.03º 0.32% 0.72% -
XYZ 30.69 26.47 22.89 -
YUV 142.93 117.88 156.58 -
System Red Green Blue C M Y K H S L
Decimal 183 126 125 0 0.31 0.32 0.28 1.03 0.29 0.6
Hex B7 7E 7D 0 1F 20 1C 1 1D 3C
Octal 267 176 175 0 37 40 34 1 35 74
Binary 10110111 1111110 1111101 0 11111 100000 11100 1 11101 111100

Color Harmonies of #B77E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77E7D

Black with #B77E7D

Text Example


Text Example

White with #B77E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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