Html Css Color HEX #B28C7D Brandy Rose

📋 copy color: '#B28C7D'

red 178 ◦ green 140 ◦ blue 125

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

Shades of Brandy Rose #B28C7D

Tints of Brandy Rose #B28C7D

RGB

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

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

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

R = 40.18%
G = 31.6%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B28C7D (or 0xB28C7D) is known color: Brandy Rose. HEX triplet: B2, 8C and 7D. RGB value is (178,140,125). Sum of RGB (Red+Green+Blue) = 178+140+125=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28C7D is #4D7382. Grayscale: #959595. Windows color (decimal): -5075843 or 8228018. OLE color: 8228018.

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

Color convert

RGB 178 140 125 -
CMYK 0 0.21 0.30 0.30
HSL 16.98º 0.26% 0.59% -
HSV(B) 16.98º 0.3% 0.7% -
XYZ 31.44 29.7 23.48 -
YUV 149.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 178 140 125 0 0.21 0.30 0.30 16.98 0.26 0.59
Hex B2 8C 7D 0 15 1E 1E 11 1A 3B
Octal 262 214 175 0 25 36 36 21 32 73
Binary 10110010 10001100 1111101 0 10101 11110 11110 10001 11010 111011

Color Harmonies of #B28C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C7D

Black with #B28C7D

Text Example


Text Example

White with #B28C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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