Html Css Color HEX #B4826C Brandy Rose

📋 copy color: '#B4826C'

red 180 ◦ green 130 ◦ blue 108

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

Shades of Brandy Rose #B4826C

Tints of Brandy Rose #B4826C

RGB

 RED value IS 180 (70.7% from 255) = 43.06%

 GREEN value IS 130 (51.17% from 255) = 31.1%

 BLUE value IS 108 (42.58% from 255) = 25.84%

R = 43.06%
G = 31.1%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B4826C (or 0xB4826C) is known color: Brandy Rose. HEX triplet: B4, 82 and 6C. RGB value is (180,130,108). Sum of RGB (Red+Green+Blue) = 180+130+108=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4826C is #4B7D93. Grayscale: #8E8E8E. Windows color (decimal): -4947348 or 7111348. OLE color: 7111348.

HSL color Cylindrical-coordinate representation of color #B4826C: hue angle of 18.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4826C is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 130 108 -
CMYK 0 0.28 0.40 0.29
HSL 18.33º 0.32% 0.56% -
HSV(B) 18.33º 0.4% 0.71% -
XYZ 29.51 26.75 17.8 -
YUV 142.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 180 130 108 0 0.28 0.40 0.29 18.33 0.32 0.56
Hex B4 82 6C 0 1C 28 1D 12 20 38
Octal 264 202 154 0 34 50 35 22 40 70
Binary 10110100 10000010 1101100 0 11100 101000 11101 10010 100000 111000

Color Harmonies of #B4826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4826C

Black with #B4826C

Text Example


Text Example

White with #B4826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4826C; }

 p { color: rgb(180,130,108); }

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

background-color css

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

 a { background-color: rgb(180,130,108); }

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

border-color css

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

 span { border-color: rgb(180,130,108); }

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