Html Css Color HEX #B68279 Brandy Rose

📋 copy color: '#B68279'

red 182 ◦ green 130 ◦ blue 121

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

Shades of Brandy Rose #B68279

Tints of Brandy Rose #B68279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.94%

R = 42.03%
G = 30.02%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B68279 (or 0xB68279) is known color: Brandy Rose. HEX triplet: B6, 82 and 79. RGB value is (182,130,121). Sum of RGB (Red+Green+Blue) = 182+130+121=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B68279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68279 is #497D86. Grayscale: #909090. Windows color (decimal): -4816263 or 7963318. OLE color: 7963318.

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

Color convert

RGB 182 130 121 -
CMYK 0 0.29 0.34 0.29
HSL 8.85º 0.29% 0.59% -
HSV(B) 8.85º 0.34% 0.71% -
XYZ 30.73 27.29 21.74 -
YUV 144.52 114.73 154.73 -
System Red Green Blue C M Y K H S L
Decimal 182 130 121 0 0.29 0.34 0.29 8.85 0.29 0.59
Hex B6 82 79 0 1D 22 1D 9 1D 3B
Octal 266 202 171 0 35 42 35 11 35 73
Binary 10110110 10000010 1111001 0 11101 100010 11101 1001 11101 111011

Color Harmonies of #B68279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68279

Black with #B68279

Text Example


Text Example

White with #B68279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68279; }

 p { color: rgb(182,130,121); }

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

background-color css

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

 a { background-color: rgb(182,130,121); }

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

border-color css

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

 span { border-color: rgb(182,130,121); }

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