Html Css Color HEX #B77B6B Brandy Rose

📋 copy color: '#B77B6B'

red 183 ◦ green 123 ◦ blue 107

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

Shades of Brandy Rose #B77B6B

Tints of Brandy Rose #B77B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.91%

R = 44.31%
G = 29.78%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B77B6B (or 0xB77B6B) is known color: Brandy Rose. HEX triplet: B7, 7B and 6B. RGB value is (183,123,107). Sum of RGB (Red+Green+Blue) = 183+123+107=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B6B is #488494. Grayscale: #8B8B8B. Windows color (decimal): -4752533 or 7044023. OLE color: 7044023.

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

Color convert

RGB 183 123 107 -
CMYK 0 0.33 0.42 0.28
HSL 12.63º 0.35% 0.57% -
HSV(B) 12.63º 0.42% 0.72% -
XYZ 29.27 25.29 17.25 -
YUV 139.12 109.88 159.3 -
System Red Green Blue C M Y K H S L
Decimal 183 123 107 0 0.33 0.42 0.28 12.63 0.35 0.57
Hex B7 7B 6B 0 21 2A 1C D 23 39
Octal 267 173 153 0 41 52 34 15 43 71
Binary 10110111 1111011 1101011 0 100001 101010 11100 1101 100011 111001

Color Harmonies of #B77B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77B6B

Black with #B77B6B

Text Example


Text Example

White with #B77B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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