Html Css Color HEX #B67C73 Brandy Rose

📋 copy color: '#B67C73'

red 182 ◦ green 124 ◦ blue 115

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

Shades of Brandy Rose #B67C73

Tints of Brandy Rose #B67C73

RGB

 RED value IS 182 (71.48% from 255) = 43.23%

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

 BLUE value IS 115 (45.31% from 255) = 27.32%

R = 43.23%
G = 29.45%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B67C73 (or 0xB67C73) is known color: Brandy Rose. HEX triplet: B6, 7C and 73. RGB value is (182,124,115). Sum of RGB (Red+Green+Blue) = 182+124+115=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C73 is #49838C. Grayscale: #8C8C8C. Windows color (decimal): -4817805 or 7568566. OLE color: 7568566.

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

Color convert

RGB 182 124 115 -
CMYK 0 0.32 0.37 0.29
HSL 8.06º 0.31% 0.58% -
HSV(B) 8.06º 0.37% 0.71% -
XYZ 29.59 25.6 19.6 -
YUV 140.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 182 124 115 0 0.32 0.37 0.29 8.06 0.31 0.58
Hex B6 7C 73 0 20 25 1D 8 1F 3A
Octal 266 174 163 0 40 45 35 10 37 72
Binary 10110110 1111100 1110011 0 100000 100101 11101 1000 11111 111010

Color Harmonies of #B67C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C73

Black with #B67C73

Text Example


Text Example

White with #B67C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C73; }

 p { color: rgb(182,124,115); }

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

background-color css

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

 a { background-color: rgb(182,124,115); }

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

border-color css

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

 span { border-color: rgb(182,124,115); }

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