Html Css Color HEX #B48C7D Brandy Rose

📋 copy color: '#B48C7D'

red 180 ◦ green 140 ◦ blue 125

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

Shades of Brandy Rose #B48C7D

Tints of Brandy Rose #B48C7D

RGB

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

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

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

R = 40.45%
G = 31.46%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B48C7D (or 0xB48C7D) is known color: Brandy Rose. HEX triplet: B4, 8C and 7D. RGB value is (180,140,125). Sum of RGB (Red+Green+Blue) = 180+140+125=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48C7D is #4B7382. Grayscale: #969696. Windows color (decimal): -4944771 or 8228020. OLE color: 8228020.

HSL color Cylindrical-coordinate representation of color #B48C7D: hue angle of 16.36º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B48C7D is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 140 125 -
CMYK 0 0.22 0.31 0.29
HSL 16.36º 0.27% 0.6% -
HSV(B) 16.36º 0.31% 0.71% -
XYZ 31.9 29.94 23.5 -
YUV 150.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 180 140 125 0 0.22 0.31 0.29 16.36 0.27 0.6
Hex B4 8C 7D 0 16 1F 1D 10 1B 3C
Octal 264 214 175 0 26 37 35 20 33 74
Binary 10110100 10001100 1111101 0 10110 11111 11101 10000 11011 111100

Color Harmonies of #B48C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48C7D

Black with #B48C7D

Text Example


Text Example

White with #B48C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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