Html Css Color HEX #B77970 Brandy Rose

📋 copy color: '#B77970'

red 183 ◦ green 121 ◦ blue 112

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

Shades of Brandy Rose #B77970

Tints of Brandy Rose #B77970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.09%

 BLUE value IS 112 (44.14% from 255) = 26.92%

R = 43.99%
G = 29.09%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B77970 (or 0xB77970) is known color: Brandy Rose. HEX triplet: B7, 79 and 70. RGB value is (183,121,112). Sum of RGB (Red+Green+Blue) = 183+121+112=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B77970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77970 is #48868F. Grayscale: #8A8A8A. Windows color (decimal): -4753040 or 7371191. OLE color: 7371191.

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

Color convert

RGB 183 121 112 -
CMYK 0 0.34 0.39 0.28
HSL 7.61º 0.33% 0.58% -
HSV(B) 7.61º 0.39% 0.72% -
XYZ 29.29 24.91 18.59 -
YUV 138.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 183 121 112 0 0.34 0.39 0.28 7.61 0.33 0.58
Hex B7 79 70 0 22 27 1C 8 21 3A
Octal 267 171 160 0 42 47 34 10 41 72
Binary 10110111 1111001 1110000 0 100010 100111 11100 1000 100001 111010

Color Harmonies of #B77970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77970

Black with #B77970

Text Example


Text Example

White with #B77970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77970; }

 p { color: rgb(183,121,112); }

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

background-color css

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

 a { background-color: rgb(183,121,112); }

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

border-color css

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

 span { border-color: rgb(183,121,112); }

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