Html Css Color HEX #B77A6C Brandy Rose

📋 copy color: '#B77A6C'

red 183 ◦ green 122 ◦ blue 108

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

Shades of Brandy Rose #B77A6C

Tints of Brandy Rose #B77A6C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.54%

 BLUE value IS 108 (42.58% from 255) = 26.15%

R = 44.31%
G = 29.54%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B77A6C (or 0xB77A6C) is known color: Brandy Rose. HEX triplet: B7, 7A and 6C. RGB value is (183,122,108). Sum of RGB (Red+Green+Blue) = 183+122+108=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77A6C is #488593. Grayscale: #8A8A8A. Windows color (decimal): -4752788 or 7109303. OLE color: 7109303.

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

Color convert

RGB 183 122 108 -
CMYK 0 0.33 0.41 0.28
HSL 11.2º 0.34% 0.57% -
HSV(B) 11.2º 0.41% 0.72% -
XYZ 29.19 25.07 17.49 -
YUV 138.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 183 122 108 0 0.33 0.41 0.28 11.2 0.34 0.57
Hex B7 7A 6C 0 21 29 1C B 22 39
Octal 267 172 154 0 41 51 34 13 42 71
Binary 10110111 1111010 1101100 0 100001 101001 11100 1011 100010 111001

Color Harmonies of #B77A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77A6C

Black with #B77A6C

Text Example


Text Example

White with #B77A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77A6C; }

 p { color: rgb(183,122,108); }

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

background-color css

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

 a { background-color: rgb(183,122,108); }

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

border-color css

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

 span { border-color: rgb(183,122,108); }

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