Html Css Color HEX #B27E7E Brandy Rose

📋 copy color: '#B27E7E'

red 178 ◦ green 126 ◦ blue 126

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

Shades of Brandy Rose #B27E7E

Tints of Brandy Rose #B27E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.3%

R = 41.4%
G = 29.3%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B27E7E (or 0xB27E7E) is known color: Brandy Rose. HEX triplet: B2, 7E and 7E. RGB value is (178,126,126). Sum of RGB (Red+Green+Blue) = 178+126+126=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27E7E is #4D8181. Grayscale: #8D8D8D. Windows color (decimal): -5079426 or 8289970. OLE color: 8289970.

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

Color convert

RGB 178 126 126 -
CMYK 0 0.29 0.29 0.30
HSL 0.25% 0.6% -
HSV(B) 0.29% 0.7% -
XYZ 29.59 25.89 23.18 -
YUV 141.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 178 126 126 0 0.29 0.29 0.30 0 0.25 0.6
Hex B2 7E 7E 0 1D 1D 1E 0 19 3C
Octal 262 176 176 0 35 35 36 0 31 74
Binary 10110010 1111110 1111110 0 11101 11101 11110 0 11001 111100

Color Harmonies of #B27E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27E7E

Black with #B27E7E

Text Example


Text Example

White with #B27E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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