Html Css Color HEX #B27C75 Brandy Rose

📋 copy color: '#B27C75'

red 178 ◦ green 124 ◦ blue 117

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

Shades of Brandy Rose #B27C75

Tints of Brandy Rose #B27C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.59%

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

R = 42.48%
G = 29.59%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B27C75 (or 0xB27C75) is known color: Brandy Rose. HEX triplet: B2, 7C and 75. RGB value is (178,124,117). Sum of RGB (Red+Green+Blue) = 178+124+117=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27C75 is #4D838A. Grayscale: #8B8B8B. Windows color (decimal): -5079947 or 7699634. OLE color: 7699634.

HSL color Cylindrical-coordinate representation of color #B27C75: hue angle of 6.89º 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 #B27C75 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 124 117 -
CMYK 0 0.30 0.34 0.30
HSL 6.89º 0.28% 0.58% -
HSV(B) 6.89º 0.34% 0.7% -
XYZ 28.78 25.16 20.17 -
YUV 139.35 115.39 155.57 -
System Red Green Blue C M Y K H S L
Decimal 178 124 117 0 0.30 0.34 0.30 6.89 0.28 0.58
Hex B2 7C 75 0 1E 22 1E 7 1C 3A
Octal 262 174 165 0 36 42 36 7 34 72
Binary 10110010 1111100 1110101 0 11110 100010 11110 111 11100 111010

Color Harmonies of #B27C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27C75

Black with #B27C75

Text Example


Text Example

White with #B27C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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