Html Css Color HEX #BFB644 Brass

📋 copy color: '#BFB644'

red 191 ◦ green 182 ◦ blue 68

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

Shades of Brass #BFB644

Tints of Brass #BFB644

RGB

 RED value IS 191 (75% from 255) = 43.31%

 GREEN value IS 182 (71.48% from 255) = 41.27%

 BLUE value IS 68 (26.95% from 255) = 15.42%

R = 43.31%
G = 41.27%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BFB644 (or 0xBFB644) is known color: Brass. HEX triplet: BF, B6 and 44. RGB value is (191,182,68). Sum of RGB (Red+Green+Blue) = 191+182+68=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 68 (26.95% from 255 or 15.42% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB644 is #4049BB. Grayscale: #ACACAC. Windows color (decimal): -4213180 or 4503231. OLE color: 4503231.

HSL color Cylindrical-coordinate representation of color #BFB644: hue angle of 55.61º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFB644 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 182 68 -
CMYK 0 0.05 0.64 0.25
HSL 55.61º 0.49% 0.51% -
HSV(B) 55.61º 0.64% 0.75% -
XYZ 39.26 44.95 12.08 -
YUV 171.7 69.48 141.77 -
System Red Green Blue C M Y K H S L
Decimal 191 182 68 0 0.05 0.64 0.25 55.61 0.49 0.51
Hex BF B6 44 0 5 40 19 38 31 33
Octal 277 266 104 0 5 100 31 70 61 63
Binary 10111111 10110110 1000100 0 101 1000000 11001 111000 110001 110011

Color Harmonies of #BFB644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB644

Black with #BFB644

Text Example


Text Example

White with #BFB644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB644; }

 p { color: rgb(191,182,68); }

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

background-color css

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

 a { background-color: rgb(191,182,68); }

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

border-color css

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

 span { border-color: rgb(191,182,68); }

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