Html Css Color HEX #B28C7E Brandy Rose

📋 copy color: '#B28C7E'

red 178 ◦ green 140 ◦ blue 126

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

Shades of Brandy Rose #B28C7E

Tints of Brandy Rose #B28C7E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.53%

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

R = 40.09%
G = 31.53%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B28C7E (or 0xB28C7E) is known color: Brandy Rose. HEX triplet: B2, 8C and 7E. RGB value is (178,140,126). Sum of RGB (Red+Green+Blue) = 178+140+126=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28C7E is #4D7381. Grayscale: #959595. Windows color (decimal): -5075842 or 8293554. OLE color: 8293554.

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

Color convert

RGB 178 140 126 -
CMYK 0 0.21 0.29 0.30
HSL 16.15º 0.25% 0.6% -
HSV(B) 16.15º 0.29% 0.7% -
XYZ 31.5 29.73 23.82 -
YUV 149.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 178 140 126 0 0.21 0.29 0.30 16.15 0.25 0.6
Hex B2 8C 7E 0 15 1D 1E 10 19 3C
Octal 262 214 176 0 25 35 36 20 31 74
Binary 10110010 10001100 1111110 0 10101 11101 11110 10000 11001 111100

Color Harmonies of #B28C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C7E

Black with #B28C7E

Text Example


Text Example

White with #B28C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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