Html Css Color HEX #B27F75 Brandy Rose

📋 copy color: '#B27F75'

red 178 ◦ green 127 ◦ blue 117

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

Shades of Brandy Rose #B27F75

Tints of Brandy Rose #B27F75

RGB

 RED value IS 178 (69.92% from 255) = 42.18%

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

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

R = 42.18%
G = 30.09%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B27F75 (or 0xB27F75) is known color: Brandy Rose. HEX triplet: B2, 7F and 75. RGB value is (178,127,117). Sum of RGB (Red+Green+Blue) = 178+127+117=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27F75 is #4D808A. Grayscale: #8D8D8D. Windows color (decimal): -5079179 or 7700402. OLE color: 7700402.

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

Color convert

RGB 178 127 117 -
CMYK 0 0.29 0.34 0.30
HSL 9.84º 0.28% 0.58% -
HSV(B) 9.84º 0.34% 0.7% -
XYZ 29.16 25.93 20.3 -
YUV 141.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 178 127 117 0 0.29 0.34 0.30 9.84 0.28 0.58
Hex B2 7F 75 0 1D 22 1E A 1C 3A
Octal 262 177 165 0 35 42 36 12 34 72
Binary 10110010 1111111 1110101 0 11101 100010 11110 1010 11100 111010

Color Harmonies of #B27F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27F75

Black with #B27F75

Text Example


Text Example

White with #B27F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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