Html Css Color HEX #BFB744 Brass

📋 copy color: '#BFB744'

red 191 ◦ green 183 ◦ blue 68

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

Shades of Brass #BFB744

Tints of Brass #BFB744

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.4%

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

R = 43.21%
G = 41.4%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BFB744 (or 0xBFB744) is known color: Brass. HEX triplet: BF, B7 and 44. RGB value is (191,183,68). Sum of RGB (Red+Green+Blue) = 191+183+68=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 68 (26.95% from 255 or 15.38% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB744 is #4048BB. Grayscale: #ACACAC. Windows color (decimal): -4212924 or 4503487. OLE color: 4503487.

HSL color Cylindrical-coordinate representation of color #BFB744: hue angle of 56.1º 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 #BFB744 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 183 68 -
CMYK 0 0.04 0.64 0.25
HSL 56.1º 0.49% 0.51% -
HSV(B) 56.1º 0.64% 0.75% -
XYZ 39.46 45.36 12.14 -
YUV 172.28 69.15 141.35 -
System Red Green Blue C M Y K H S L
Decimal 191 183 68 0 0.04 0.64 0.25 56.1 0.49 0.51
Hex BF B7 44 0 4 40 19 38 31 33
Octal 277 267 104 0 4 100 31 70 61 63
Binary 10111111 10110111 1000100 0 100 1000000 11001 111000 110001 110011

Color Harmonies of #BFB744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB744

Black with #BFB744

Text Example


Text Example

White with #BFB744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB744; }

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

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

background-color css

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

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

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

border-color css

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

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

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