Html Css Color HEX #B27E6E Brandy Rose

📋 copy color: '#B27E6E'

red 178 ◦ green 126 ◦ blue 110

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

Shades of Brandy Rose #B27E6E

Tints of Brandy Rose #B27E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.57%

R = 43%
G = 30.43%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B27E6E (or 0xB27E6E) is known color: Brandy Rose. HEX triplet: B2, 7E and 6E. RGB value is (178,126,110). Sum of RGB (Red+Green+Blue) = 178+126+110=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27E6E is #4D8191. Grayscale: #8B8B8B. Windows color (decimal): -5079442 or 7241394. OLE color: 7241394.

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

Color convert

RGB 178 126 110 -
CMYK 0 0.29 0.38 0.30
HSL 14.12º 0.31% 0.56% -
HSV(B) 14.12º 0.38% 0.7% -
XYZ 28.64 25.51 18.17 -
YUV 139.72 111.23 155.3 -
System Red Green Blue C M Y K H S L
Decimal 178 126 110 0 0.29 0.38 0.30 14.12 0.31 0.56
Hex B2 7E 6E 0 1D 26 1E E 1F 38
Octal 262 176 156 0 35 46 36 16 37 70
Binary 10110010 1111110 1101110 0 11101 100110 11110 1110 11111 111000

Color Harmonies of #B27E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27E6E

Black with #B27E6E

Text Example


Text Example

White with #B27E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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