Html Css Color HEX #B67C6C Brandy Rose

📋 copy color: '#B67C6C'

red 182 ◦ green 124 ◦ blue 108

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

Shades of Brandy Rose #B67C6C

Tints of Brandy Rose #B67C6C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.95%

 BLUE value IS 108 (42.58% from 255) = 26.09%

R = 43.96%
G = 29.95%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B67C6C (or 0xB67C6C) is known color: Brandy Rose. HEX triplet: B6, 7C and 6C. RGB value is (182,124,108). Sum of RGB (Red+Green+Blue) = 182+124+108=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C6C is #498393. Grayscale: #8B8B8B. Windows color (decimal): -4817812 or 7109814. OLE color: 7109814.

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

Color convert

RGB 182 124 108 -
CMYK 0 0.32 0.41 0.29
HSL 12.97º 0.34% 0.57% -
HSV(B) 12.97º 0.41% 0.71% -
XYZ 29.21 25.44 17.56 -
YUV 139.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 182 124 108 0 0.32 0.41 0.29 12.97 0.34 0.57
Hex B6 7C 6C 0 20 29 1D D 22 39
Octal 266 174 154 0 40 51 35 15 42 71
Binary 10110110 1111100 1101100 0 100000 101001 11101 1101 100010 111001

Color Harmonies of #B67C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C6C

Black with #B67C6C

Text Example


Text Example

White with #B67C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C6C; }

 p { color: rgb(182,124,108); }

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

background-color css

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

 a { background-color: rgb(182,124,108); }

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

border-color css

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

 span { border-color: rgb(182,124,108); }

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