Html Css Color HEX #B77874 Brandy Rose

📋 copy color: '#B77874'

red 183 ◦ green 120 ◦ blue 116

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

Shades of Brandy Rose #B77874

Tints of Brandy Rose #B77874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.64%

 BLUE value IS 116 (45.7% from 255) = 27.68%

R = 43.68%
G = 28.64%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B77874 (or 0xB77874) is known color: Brandy Rose. HEX triplet: B7, 78 and 74. RGB value is (183,120,116). Sum of RGB (Red+Green+Blue) = 183+120+116=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B77874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77874 is #48878B. Grayscale: #8A8A8A. Windows color (decimal): -4753292 or 7633079. OLE color: 7633079.

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

Color convert

RGB 183 120 116 -
CMYK 0 0.34 0.37 0.28
HSL 3.58º 0.32% 0.59% -
HSV(B) 3.58º 0.37% 0.72% -
XYZ 29.4 24.76 19.75 -
YUV 138.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 183 120 116 0 0.34 0.37 0.28 3.58 0.32 0.59
Hex B7 78 74 0 22 25 1C 4 20 3B
Octal 267 170 164 0 42 45 34 4 40 73
Binary 10110111 1111000 1110100 0 100010 100101 11100 100 100000 111011

Color Harmonies of #B77874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77874

Black with #B77874

Text Example


Text Example

White with #B77874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77874; }

 p { color: rgb(183,120,116); }

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

background-color css

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

 a { background-color: rgb(183,120,116); }

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

border-color css

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

 span { border-color: rgb(183,120,116); }

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