Html Css Color HEX #B77B7A Brandy Rose

📋 copy color: '#B77B7A'

red 183 ◦ green 123 ◦ blue 122

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

Shades of Brandy Rose #B77B7A

Tints of Brandy Rose #B77B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.5%

R = 42.76%
G = 28.74%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B77B7A (or 0xB77B7A) is known color: Brandy Rose. HEX triplet: B7, 7B and 7A. RGB value is (183,123,122). Sum of RGB (Red+Green+Blue) = 183+123+122=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B7A is #488485. Grayscale: #8C8C8C. Windows color (decimal): -4752518 or 8027063. OLE color: 8027063.

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

Color convert

RGB 183 123 122 -
CMYK 0 0.33 0.33 0.28
HSL 0.98º 0.3% 0.6% -
HSV(B) 0.98º 0.33% 0.72% -
XYZ 30.12 25.64 21.77 -
YUV 140.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 183 123 122 0 0.33 0.33 0.28 0.98 0.3 0.6
Hex B7 7B 7A 0 21 21 1C 1 1E 3C
Octal 267 173 172 0 41 41 34 1 36 74
Binary 10110111 1111011 1111010 0 100001 100001 11100 1 11110 111100

Color Harmonies of #B77B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77B7A

Black with #B77B7A

Text Example


Text Example

White with #B77B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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