Html Css Color HEX #B77F75 Brandy Rose

📋 copy color: '#B77F75'

red 183 ◦ green 127 ◦ blue 117

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

Shades of Brandy Rose #B77F75

Tints of Brandy Rose #B77F75

RGB

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

 GREEN value IS 127 (50% from 255) = 29.74%

 BLUE value IS 117 (46.09% from 255) = 27.4%

R = 42.86%
G = 29.74%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B77F75 (or 0xB77F75) is known color: Brandy Rose. HEX triplet: B7, 7F and 75. RGB value is (183,127,117). Sum of RGB (Red+Green+Blue) = 183+127+117=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77F75 is #48808A. Grayscale: #8E8E8E. Windows color (decimal): -4751499 or 7700407. OLE color: 7700407.

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

Color convert

RGB 183 127 117 -
CMYK 0 0.31 0.36 0.28
HSL 9.09º 0.31% 0.59% -
HSV(B) 9.09º 0.36% 0.72% -
XYZ 30.33 26.53 20.35 -
YUV 142.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 183 127 117 0 0.31 0.36 0.28 9.09 0.31 0.59
Hex B7 7F 75 0 1F 24 1C 9 1F 3B
Octal 267 177 165 0 37 44 34 11 37 73
Binary 10110111 1111111 1110101 0 11111 100100 11100 1001 11111 111011

Color Harmonies of #B77F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77F75

Black with #B77F75

Text Example


Text Example

White with #B77F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77F75; }

 p { color: rgb(183,127,117); }

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

background-color css

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

 a { background-color: rgb(183,127,117); }

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

border-color css

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

 span { border-color: rgb(183,127,117); }

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