Html Css Color HEX #B27C6E Brandy Rose

📋 copy color: '#B27C6E'

red 178 ◦ green 124 ◦ blue 110

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

Shades of Brandy Rose #B27C6E

Tints of Brandy Rose #B27C6E

RGB

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

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

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

R = 43.2%
G = 30.1%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B27C6E (or 0xB27C6E) is known color: Brandy Rose. HEX triplet: B2, 7C and 6E. RGB value is (178,124,110). Sum of RGB (Red+Green+Blue) = 178+124+110=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27C6E is #4D8391. Grayscale: #8A8A8A. Windows color (decimal): -5079954 or 7240882. OLE color: 7240882.

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

Color convert

RGB 178 124 110 -
CMYK 0 0.30 0.38 0.30
HSL 12.35º 0.31% 0.56% -
HSV(B) 12.35º 0.38% 0.7% -
XYZ 28.38 25.01 18.08 -
YUV 138.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 178 124 110 0 0.30 0.38 0.30 12.35 0.31 0.56
Hex B2 7C 6E 0 1E 26 1E C 1F 38
Octal 262 174 156 0 36 46 36 14 37 70
Binary 10110010 1111100 1101110 0 11110 100110 11110 1100 11111 111000

Color Harmonies of #B27C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27C6E

Black with #B27C6E

Text Example


Text Example

White with #B27C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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