Html Css Color HEX #B68076 Brandy Rose

📋 copy color: '#B68076'

red 182 ◦ green 128 ◦ blue 118

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

Shades of Brandy Rose #B68076

Tints of Brandy Rose #B68076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.91%

 BLUE value IS 118 (46.48% from 255) = 27.57%

R = 42.52%
G = 29.91%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B68076 (or 0xB68076) is known color: Brandy Rose. HEX triplet: B6, 80 and 76. RGB value is (182,128,118). Sum of RGB (Red+Green+Blue) = 182+128+118=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B68076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68076 is #497F89. Grayscale: #8F8F8F. Windows color (decimal): -4816778 or 7766198. OLE color: 7766198.

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

Color convert

RGB 182 128 118 -
CMYK 0 0.30 0.35 0.29
HSL 9.38º 0.3% 0.59% -
HSV(B) 9.38º 0.35% 0.71% -
XYZ 30.28 26.69 20.7 -
YUV 143.01 113.89 155.81 -
System Red Green Blue C M Y K H S L
Decimal 182 128 118 0 0.30 0.35 0.29 9.38 0.3 0.59
Hex B6 80 76 0 1E 23 1D 9 1E 3B
Octal 266 200 166 0 36 43 35 11 36 73
Binary 10110110 10000000 1110110 0 11110 100011 11101 1001 11110 111011

Color Harmonies of #B68076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68076

Black with #B68076

Text Example


Text Example

White with #B68076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68076; }

 p { color: rgb(182,128,118); }

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

background-color css

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

 a { background-color: rgb(182,128,118); }

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

border-color css

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

 span { border-color: rgb(182,128,118); }

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