Html Css Color HEX #B77B6A Brandy Rose

📋 copy color: '#B77B6A'

red 183 ◦ green 123 ◦ blue 106

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

Shades of Brandy Rose #B77B6A

Tints of Brandy Rose #B77B6A

RGB

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

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

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

R = 44.42%
G = 29.85%
B = 25.73%

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

#B77B6A (or 0xB77B6A) is known color: Brandy Rose. HEX triplet: B7, 7B and 6A. RGB value is (183,123,106). Sum of RGB (Red+Green+Blue) = 183+123+106=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B6A is #488495. Grayscale: #8B8B8B. Windows color (decimal): -4752534 or 6978487. OLE color: 6978487.

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

Color convert

RGB 183 123 106 -
CMYK 0 0.33 0.42 0.28
HSL 13.25º 0.35% 0.57% -
HSV(B) 13.25º 0.42% 0.72% -
XYZ 29.21 25.27 16.97 -
YUV 139 109.38 159.38 -
System Red Green Blue C M Y K H S L
Decimal 183 123 106 0 0.33 0.42 0.28 13.25 0.35 0.57
Hex B7 7B 6A 0 21 2A 1C D 23 39
Octal 267 173 152 0 41 52 34 15 43 71
Binary 10110111 1111011 1101010 0 100001 101010 11100 1101 100011 111001

Color Harmonies of #B77B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77B6A

Black with #B77B6A

Text Example


Text Example

White with #B77B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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