Html Css Color HEX #B68070 Brandy Rose

📋 copy color: '#B68070'

red 182 ◦ green 128 ◦ blue 112

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

Shades of Brandy Rose #B68070

Tints of Brandy Rose #B68070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.54%

R = 43.13%
G = 30.33%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B68070 (or 0xB68070) is known color: Brandy Rose. HEX triplet: B6, 80 and 70. RGB value is (182,128,112). Sum of RGB (Red+Green+Blue) = 182+128+112=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B68070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68070 is #497F8F. Grayscale: #8E8E8E. Windows color (decimal): -4816784 or 7372982. OLE color: 7372982.

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

Color convert

RGB 182 128 112 -
CMYK 0 0.30 0.38 0.29
HSL 13.71º 0.32% 0.58% -
HSV(B) 13.71º 0.38% 0.71% -
XYZ 29.94 26.55 18.88 -
YUV 142.32 110.89 156.3 -
System Red Green Blue C M Y K H S L
Decimal 182 128 112 0 0.30 0.38 0.29 13.71 0.32 0.58
Hex B6 80 70 0 1E 26 1D E 20 3A
Octal 266 200 160 0 36 46 35 16 40 72
Binary 10110110 10000000 1110000 0 11110 100110 11101 1110 100000 111010

Color Harmonies of #B68070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68070

Black with #B68070

Text Example


Text Example

White with #B68070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68070; }

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

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

background-color css

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

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

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

border-color css

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

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

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