Html Css Color HEX #BFB25A Gimblet

📋 copy color: '#BFB25A'

red 191 ◦ green 178 ◦ blue 90

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

Shades of Gimblet #BFB25A

Tints of Gimblet #BFB25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.61%

R = 41.61%
G = 38.78%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BFB25A (or 0xBFB25A) is known color: Gimblet. HEX triplet: BF, B2 and 5A. RGB value is (191,178,90). Sum of RGB (Red+Green+Blue) = 191+178+90=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB25A is #404DA5. Grayscale: #ACACAC. Windows color (decimal): -4214182 or 5943999. OLE color: 5943999.

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

Color convert

RGB 191 178 90 -
CMYK 0 0.07 0.53 0.25
HSL 52.28º 0.44% 0.55% -
HSV(B) 52.28º 0.53% 0.75% -
XYZ 39.25 43.66 16.03 -
YUV 171.86 81.81 141.66 -
System Red Green Blue C M Y K H S L
Decimal 191 178 90 0 0.07 0.53 0.25 52.28 0.44 0.55
Hex BF B2 5A 0 7 35 19 34 2C 37
Octal 277 262 132 0 7 65 31 64 54 67
Binary 10111111 10110010 1011010 0 111 110101 11001 110100 101100 110111

Color Harmonies of #BFB25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB25A

Black with #BFB25A

Text Example


Text Example

White with #BFB25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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