Html Css Color HEX #BFB25F Gimblet

📋 copy color: '#BFB25F'

red 191 ◦ green 178 ◦ blue 95

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

Shades of Gimblet #BFB25F

Tints of Gimblet #BFB25F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.36%

 BLUE value IS 95 (37.5% from 255) = 20.47%

R = 41.16%
G = 38.36%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BFB25F (or 0xBFB25F) is known color: Gimblet. HEX triplet: BF, B2 and 5F. RGB value is (191,178,95). Sum of RGB (Red+Green+Blue) = 191+178+95=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB25F is #404DA0. Grayscale: #ACACAC. Windows color (decimal): -4214177 or 6271679. OLE color: 6271679.

HSL color Cylindrical-coordinate representation of color #BFB25F: hue angle of 51.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFB25F is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 178 95 -
CMYK 0 0.07 0.50 0.25
HSL 51.88º 0.43% 0.56% -
HSV(B) 51.88º 0.5% 0.75% -
XYZ 39.47 43.74 17.19 -
YUV 172.43 84.31 141.25 -
System Red Green Blue C M Y K H S L
Decimal 191 178 95 0 0.07 0.50 0.25 51.88 0.43 0.56
Hex BF B2 5F 0 7 32 19 34 2B 38
Octal 277 262 137 0 7 62 31 64 53 70
Binary 10111111 10110010 1011111 0 111 110010 11001 110100 101011 111000

Color Harmonies of #BFB25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB25F

Black with #BFB25F

Text Example


Text Example

White with #BFB25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB25F; }

 p { color: rgb(191,178,95); }

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

background-color css

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

 a { background-color: rgb(191,178,95); }

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

border-color css

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

 span { border-color: rgb(191,178,95); }

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