Html Css Color HEX #BFBC25 Rio Grande

📋 copy color: '#BFBC25'

red 191 ◦ green 188 ◦ blue 37

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

Shades of Rio Grande #BFBC25

Tints of Rio Grande #BFBC25

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.19%

 BLUE value IS 37 (14.84% from 255) = 8.89%

R = 45.91%
G = 45.19%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BFBC25 (or 0xBFBC25) is known color: Rio Grande. HEX triplet: BF, BC and 25. RGB value is (191,188,37). Sum of RGB (Red+Green+Blue) = 191+188+37=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 37 (14.84% from 255 or 8.89% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBC25 is #4043DA. Grayscale: #ACACAC. Windows color (decimal): -4211675 or 2473151. OLE color: 2473151.

HSL color Cylindrical-coordinate representation of color #BFBC25: hue angle of 58.83º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFBC25 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 188 37 -
CMYK 0 0.02 0.81 0.25
HSL 58.83º 0.68% 0.45% -
HSV(B) 58.83º 0.81% 0.75% -
XYZ 39.8 47.18 8.76 -
YUV 171.68 51.99 141.78 -
System Red Green Blue C M Y K H S L
Decimal 191 188 37 0 0.02 0.81 0.25 58.83 0.68 0.45
Hex BF BC 25 0 2 51 19 3B 44 2D
Octal 277 274 45 0 2 121 31 73 104 55
Binary 10111111 10111100 100101 0 10 1010001 11001 111011 1000100 101101

Color Harmonies of #BFBC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC25

Black with #BFBC25

Text Example


Text Example

White with #BFBC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC25; }

 p { color: rgb(191,188,37); }

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

background-color css

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

 a { background-color: rgb(191,188,37); }

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

border-color css

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

 span { border-color: rgb(191,188,37); }

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