Html Css Color HEX #B68073 Brandy Rose

📋 copy color: '#B68073'

red 182 ◦ green 128 ◦ blue 115

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

Shades of Brandy Rose #B68073

Tints of Brandy Rose #B68073

RGB

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

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

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

R = 42.82%
G = 30.12%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B68073 (or 0xB68073) is known color: Brandy Rose. HEX triplet: B6, 80 and 73. RGB value is (182,128,115). Sum of RGB (Red+Green+Blue) = 182+128+115=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B68073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68073 is #497F8C. Grayscale: #8E8E8E. Windows color (decimal): -4816781 or 7569590. OLE color: 7569590.

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

Color convert

RGB 182 128 115 -
CMYK 0 0.30 0.37 0.29
HSL 11.64º 0.31% 0.58% -
HSV(B) 11.64º 0.37% 0.71% -
XYZ 30.11 26.62 19.77 -
YUV 142.66 112.39 156.06 -
System Red Green Blue C M Y K H S L
Decimal 182 128 115 0 0.30 0.37 0.29 11.64 0.31 0.58
Hex B6 80 73 0 1E 25 1D C 1F 3A
Octal 266 200 163 0 36 45 35 14 37 72
Binary 10110110 10000000 1110011 0 11110 100101 11101 1100 11111 111010

Color Harmonies of #B68073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68073

Black with #B68073

Text Example


Text Example

White with #B68073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68073; }

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

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

background-color css

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

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

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

border-color css

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

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

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