Html Css Color HEX #BFB542 Brass

📋 copy color: '#BFB542'

red 191 ◦ green 181 ◦ blue 66

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

Shades of Brass #BFB542

Tints of Brass #BFB542

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.32%

 BLUE value IS 66 (26.17% from 255) = 15.07%

R = 43.61%
G = 41.32%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BFB542 (or 0xBFB542) is known color: Brass. HEX triplet: BF, B5 and 42. RGB value is (191,181,66). Sum of RGB (Red+Green+Blue) = 191+181+66=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB542 is #404ABD. Grayscale: #ABABAB. Windows color (decimal): -4213438 or 4371903. OLE color: 4371903.

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

Color convert

RGB 191 181 66 -
CMYK 0 0.05 0.65 0.25
HSL 55.2º 0.49% 0.5% -
HSV(B) 55.2º 0.65% 0.75% -
XYZ 38.99 44.52 11.69 -
YUV 170.88 68.81 142.35 -
System Red Green Blue C M Y K H S L
Decimal 191 181 66 0 0.05 0.65 0.25 55.2 0.49 0.5
Hex BF B5 42 0 5 41 19 37 31 32
Octal 277 265 102 0 5 101 31 67 61 62
Binary 10111111 10110101 1000010 0 101 1000001 11001 110111 110001 110010

Color Harmonies of #BFB542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB542

Black with #BFB542

Text Example


Text Example

White with #BFB542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB542; }

 p { color: rgb(191,181,66); }

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

background-color css

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

 a { background-color: rgb(191,181,66); }

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

border-color css

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

 span { border-color: rgb(191,181,66); }

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