Html Css Color HEX #B27E7D Brandy Rose

📋 copy color: '#B27E7D'

red 178 ◦ green 126 ◦ blue 125

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

Shades of Brandy Rose #B27E7D

Tints of Brandy Rose #B27E7D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.37%

 BLUE value IS 125 (49.22% from 255) = 29.14%

R = 41.49%
G = 29.37%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B27E7D (or 0xB27E7D) is known color: Brandy Rose. HEX triplet: B2, 7E and 7D. RGB value is (178,126,125). Sum of RGB (Red+Green+Blue) = 178+126+125=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27E7D is #4D8182. Grayscale: #8D8D8D. Windows color (decimal): -5079427 or 8224434. OLE color: 8224434.

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

Color convert

RGB 178 126 125 -
CMYK 0 0.29 0.30 0.30
HSL 1.13º 0.26% 0.59% -
HSV(B) 1.13º 0.3% 0.7% -
XYZ 29.52 25.87 22.84 -
YUV 141.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 178 126 125 0 0.29 0.30 0.30 1.13 0.26 0.59
Hex B2 7E 7D 0 1D 1E 1E 1 1A 3B
Octal 262 176 175 0 35 36 36 1 32 73
Binary 10110010 1111110 1111101 0 11101 11110 11110 1 11010 111011

Color Harmonies of #B27E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27E7D

Black with #B27E7D

Text Example


Text Example

White with #B27E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27E7D; }

 p { color: rgb(178,126,125); }

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

background-color css

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

 a { background-color: rgb(178,126,125); }

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

border-color css

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

 span { border-color: rgb(178,126,125); }

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