Html Css Color HEX #B68473 Brandy Rose

📋 copy color: '#B68473'

red 182 ◦ green 132 ◦ blue 115

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

Shades of Brandy Rose #B68473

Tints of Brandy Rose #B68473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.77%

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

R = 42.42%
G = 30.77%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B68473 (or 0xB68473) is known color: Brandy Rose. HEX triplet: B6, 84 and 73. RGB value is (182,132,115). Sum of RGB (Red+Green+Blue) = 182+132+115=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B68473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68473 is #497B8C. Grayscale: #919191. Windows color (decimal): -4815757 or 7570614. OLE color: 7570614.

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

Color convert

RGB 182 132 115 -
CMYK 0 0.27 0.37 0.29
HSL 15.22º 0.31% 0.58% -
HSV(B) 15.22º 0.37% 0.71% -
XYZ 30.64 27.69 19.95 -
YUV 145.01 111.07 154.38 -
System Red Green Blue C M Y K H S L
Decimal 182 132 115 0 0.27 0.37 0.29 15.22 0.31 0.58
Hex B6 84 73 0 1B 25 1D F 1F 3A
Octal 266 204 163 0 33 45 35 17 37 72
Binary 10110110 10000100 1110011 0 11011 100101 11101 1111 11111 111010

Color Harmonies of #B68473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68473

Black with #B68473

Text Example


Text Example

White with #B68473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68473; }

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

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

background-color css

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

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

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

border-color css

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

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

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