Html Css Color HEX #B77B6D Brandy Rose

📋 copy color: '#B77B6D'

red 183 ◦ green 123 ◦ blue 109

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

Shades of Brandy Rose #B77B6D

Tints of Brandy Rose #B77B6D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.64%

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

R = 44.1%
G = 29.64%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B77B6D (or 0xB77B6D) is known color: Brandy Rose. HEX triplet: B7, 7B and 6D. RGB value is (183,123,109). Sum of RGB (Red+Green+Blue) = 183+123+109=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B6D is #488492. Grayscale: #8B8B8B. Windows color (decimal): -4752531 or 7175095. OLE color: 7175095.

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

Color convert

RGB 183 123 109 -
CMYK 0 0.33 0.40 0.28
HSL 11.35º 0.34% 0.57% -
HSV(B) 11.35º 0.4% 0.72% -
XYZ 29.37 25.34 17.81 -
YUV 139.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 183 123 109 0 0.33 0.40 0.28 11.35 0.34 0.57
Hex B7 7B 6D 0 21 28 1C B 22 39
Octal 267 173 155 0 41 50 34 13 42 71
Binary 10110111 1111011 1101101 0 100001 101000 11100 1011 100010 111001

Color Harmonies of #B77B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77B6D

Black with #B77B6D

Text Example


Text Example

White with #B77B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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