Html Css Color HEX #B68673 Brandy Rose

📋 copy color: '#B68673'

red 182 ◦ green 134 ◦ blue 115

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

Shades of Brandy Rose #B68673

Tints of Brandy Rose #B68673

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.09%

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

R = 42.23%
G = 31.09%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B68673 (or 0xB68673) is known color: Brandy Rose. HEX triplet: B6, 86 and 73. RGB value is (182,134,115). Sum of RGB (Red+Green+Blue) = 182+134+115=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B68673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68673 is #49798C. Grayscale: #929292. Windows color (decimal): -4815245 or 7571126. OLE color: 7571126.

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

Color convert

RGB 182 134 115 -
CMYK 0 0.26 0.37 0.29
HSL 17.01º 0.31% 0.58% -
HSV(B) 17.01º 0.37% 0.71% -
XYZ 30.91 28.23 20.04 -
YUV 146.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 182 134 115 0 0.26 0.37 0.29 17.01 0.31 0.58
Hex B6 86 73 0 1A 25 1D 11 1F 3A
Octal 266 206 163 0 32 45 35 21 37 72
Binary 10110110 10000110 1110011 0 11010 100101 11101 10001 11111 111010

Color Harmonies of #B68673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68673

Black with #B68673

Text Example


Text Example

White with #B68673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68673; }

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

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

background-color css

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

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

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

border-color css

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

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

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