Html Css Color HEX #BFAB38 Brass

📋 copy color: '#BFAB38'

red 191 ◦ green 171 ◦ blue 56

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

Shades of Brass #BFAB38

Tints of Brass #BFAB38

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.91%

 BLUE value IS 56 (22.27% from 255) = 13.4%

R = 45.69%
G = 40.91%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BFAB38 (or 0xBFAB38) is known color: Brass. HEX triplet: BF, AB and 38. RGB value is (191,171,56). Sum of RGB (Red+Green+Blue) = 191+171+56=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 56 (22.27% from 255 or 13.40% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB38 is #4054C7. Grayscale: #A4A4A4. Windows color (decimal): -4216008 or 3713983. OLE color: 3713983.

HSL color Cylindrical-coordinate representation of color #BFAB38: hue angle of 51.11º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFAB38 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 171 56 -
CMYK 0 0.10 0.71 0.25
HSL 51.11º 0.55% 0.48% -
HSV(B) 51.11º 0.71% 0.75% -
XYZ 36.76 40.49 9.62 -
YUV 163.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 191 171 56 0 0.10 0.71 0.25 51.11 0.55 0.48
Hex BF AB 38 0 A 47 19 33 37 30
Octal 277 253 70 0 12 107 31 63 67 60
Binary 10111111 10101011 111000 0 1010 1000111 11001 110011 110111 110000

Color Harmonies of #BFAB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB38

Black with #BFAB38

Text Example


Text Example

White with #BFAB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB38; }

 p { color: rgb(191,171,56); }

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

background-color css

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

 a { background-color: rgb(191,171,56); }

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

border-color css

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

 span { border-color: rgb(191,171,56); }

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